Query: aggregate_methods
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
AGGREGATE_METHODS(3) 1 AGGREGATE_METHODS(3) aggregate_methods - Dynamic class and object aggregation of methodsSYNOPSISvoid aggregate_methods (object $object, string $class_name)DESCRIPTIONAggregates all methods defined in a class to an existing object, except for the class constructor, or methods whose names start with an underscore character (_) which are considered private to the aggregated class.PARAMETERSo $object - o $class_name -RETURN VALUESNo value is returned.SEE ALSOaggregate(3), aggregate_info(3), aggregate_methods_by_list(3), aggregate_methods_by_regexp(3), aggregate_properties(3), aggregate_proper- ties_by_list(3), aggregate_properties_by_regexp(3), deaggregate(3). PHP Documentation Group AGGREGATE_METHODS(3)
Related Man Pages |
---|
aggregate_methods_by_list(3) - php |
aggregate_methods_by_regexp(3) - php |
aggregate_properties(3) - php |
aggregate_properties_by_list(3) - php |
is_subclass_of(3) - php |
Similar Topics in the Unix Linux Community |
---|
Printing class address! |
How to initialize an object with another object of different class? |