From professional translators, enterprises, web pages and freely available translation repositories.
スレッドの展開:@title:tab advanced settings tab for aggregation mode
thread expand policy:
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
the proccess of aggregation is cummulative, so when we aggregate $fs with the class dbstorage, generating an object that can use the storage methods of all the defined classes.
finally, the same way we aggregated properties and methods dynamically, we can also deaggregate them from the object.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
aggregates methods and properties defined in a class to an existing object. methods and properties with names starting with an underscore character (_) are considered private to the aggregated class and are not used, constructors are also excluded from the aggregation procedure.
methods and properties with names starting with an underscore character (_) are considered private to the aggregated class and are not used, constructors are also excluded from the aggregation procedure.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
aggregates methods from a class to an existing object using a list of method names. the optional paramater exclude is used to decide whether the list contains the names of methods to include in the aggregation (i.e. exclude is false, which is the default value), or to exclude from the aggregation (exclude is true).
the optional paramater exclude is used to decide whether the list contains the names of methods to include in the aggregation (i.e. exclude is false, which is the default value), or to exclude from the aggregation (exclude is true).
Last Update: 2011-10-24
Usage Frequency: 1
Quality: