aggregate_properties PHP Funktionen : PHP Übersicht : PHP Manual

aggregate_properties

PHP Function aggregate_properties / PHP Funktion aggregate_properties

phplist » Webkatalog Script - Link Script » PHP Function Coder » aggregate_properties
PHP Funktion
aggregate_properties ( phplist Code 100% Relevanz )
Rubrik
Object Aggregation/Composition Functions
Kurzform
aggregate_properties -- Dynamic aggregation of class properties to an object
Vorschau
...aggregate_properties aggregate_properties (PHP 4 >= 4.2.0) aggregate_properties -- Dynamic aggregation of class properties to an object Description void aggregate_properties ( object object, string class_name ) 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...
PHP Manual
[ aggregate_properties php.net ]

PHP Funktion
aggregate_properties_by_regexp ( phplist Code 80% Relevanz )
Rubrik
Object Aggregation/Composition Functions
Kurzform
aggregate_properties_by_regexp -- Selective class properties aggregation to an object using a regular expression
Vorschau
...aggregate_properties_by_regexp aggregate_properties_by_regexp (PHP 4 >= 4.2.0) aggregate_properties_by_regexp -- Selective 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] ) Aggregates properties from a class to an existing object using a regular expression to match their names. The optional parameter ...
PHP Manual
[ aggregate_properties_by_regexp php.net ]

PHP Funktion
aggregate ( phplist Code 62% Relevanz )
Rubrik
Object Aggregation/Composition Functions
Kurzform
aggregate -- Dynamic class and object aggregation of methods and properties
Vorschau
...the aggregated class and are not used, constructors are also excluded from the aggregation procedure. See also aggregate_info() , aggregate_methods() , aggregate_methods_by_list() , aggregate_methods_by_regexp() , aggregate_properties() , aggregate_properties_by_list() , aggregate_properties_by_regexp() , deaggregate() aggregate_properties aggregation_info...
PHP Manual
[ aggregate php.net ]

PHP Funktion
Object Aggregation/Composition Functions ( phplist Code 43% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...class methods aggregation to an object aggregate_methods_by_regexp -- Selective class methods aggregation to an object using a regular expression aggregate_methods -- Dynamic class and object aggregation of methods aggregate_properties_by_list -- Selective dynamic class properties aggregation to an object aggregate_properties_by_regexp -- Selective class properties aggregation to an object using a regular expression aggregate_properties -- ...
PHP Manual
[ Object Aggregation/Composition Functions php.net ]