|
aggregate_properties_by_regexpSelective class properties aggregation to an object using a regular expression Description
void aggregate_properties_by_regexp
( object
$object
, string $class_name
, string $regexp
[, bool $exclude = false
] )Aggregates properties from a class to an existing object using a regular expression to match their names. The properties whose names start with an underscore character (_), which are considered private to the aggregated class, are always excluded. Parameters
Return ValuesNo value is returned. See Also
|