(PHP 5 CVS only)
Will return the aggretaion 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.
Array ( [dicer] = Array ( [methods] = Array ( [0] = dice_it [1] = rotate ) [properties] = Array ( [0] = rotation_angle ) ) ) |
See also
aggregate()
,
aggregate_methods()
,
aggregate_methods_by_list()
,
aggregate_methods_by_regexp()
,
aggregate_properties()
,
aggregate_properties_by_list()
,
aggregate_properties_by_regexp()
,
deaggregate()