AGGREGATE_METHODS(3) 1 AGGREGATE_METHODS(3)
aggregate_methods - Dynamic class and object aggregation of methods
SYNOPSIS
void aggregate_methods (object $object, string $class_name)
DESCRIPTION
Aggregates 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.
PARAMETERS
o $object
-
o $class_name
-
RETURN VALUES
No value is returned.
SEE ALSO
aggregate(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)