aggregate_info
(no version information, might be only in CVS)aggregate_info --
Returns an associative array of the methods and properties from
each class that has been aggregated to the object
- Will return the aggregation information for a particular object
as an associative array of arrays of methods and properties. The
key for the main array is the name of the aggregated class.
- For example the code below
As you can see, all properties and methods of the
Dicer class have been aggregated
into our new object, with the exception of the class
constructor and the method _secret_super_dicing
- See also
aggregate_methods_by_regexp(),
aggregate_properties_by_list(),
aggregate_properties_by_regexp(),
Object Aggregation/Composition Functions
aggregate_methods_by_list 22222