AGGREGATE_PROPERTIES(3) 1 AGGREGATE_PROPERTIES(3)
aggregate_properties - Dynamic aggregation of class properties to an object
SYNOPSIS
void aggregate_properties (object $object, string $class_name)
DESCRIPTION
Aggregates all properties defined in a class to an existing object, except for properties 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_methods(3), aggregate_methods_by_list(3), aggregate_methods_by_regexp(3), aggregate_properties(3), aggregate_prop-
erties_by_list(3), aggregate_properties_by_regexp(3), deaggregate(3).
PHP Documentation Group AGGREGATE_PROPERTIES(3)