aggregate_info PHP Funktionen : PHP Übersicht : PHP Manual

aggregate_info

PHP Function aggregate_info / PHP Funktion aggregate_info

phplist » Webkatalog Script - Link Script » PHP Function Coder » aggregate_info
PHP Funktion
aggregate_info ( phplist Code 100% Relevanz )
Rubrik
Object Aggregation/Composition Functions
Kurzform
aggregate_info -- Returns an associative array of the methods and properties from each class that has been aggregated to the object
Vorschau
...aggregate_info aggregate_info (no version information, might be only in CVS) aggregate_info -- Returns an associative array of the methods and properties from each class that has been aggregated to the object Description array aggregate_info ( object object ) Will return the aggregation information for a ...
PHP Manual
[ aggregate_info php.net ]

PHP Funktion
aggregate_methods_by_list ( phplist Code 56% Relevanz )
Rubrik
Object Aggregation/Composition Functions
Kurzform
aggregate_methods_by_list -- Selective dynamic class methods aggregation to an object
Vorschau
...aggregation ( exclude is TRUE ). The class constructor or methods whose names start with an underscore character (_), which are considered private to the aggregated class, are always excluded. See also aggregate() , aggregate_info() , aggregate_methods() , aggregate_methods_by_regexp() , aggregate_properties() , aggregate_properties_by_list() , aggregate_properties_by_regexp() , deaggregate() aggregate_info aggregate_methods_by_regexp...
PHP Manual
[ aggregate_methods_by_list php.net ]

PHP Funktion
Object Aggregation/Composition Functions ( phplist Code 37% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... defines a $data property, and the class WDDXStorage also defines a similar property which will not override the one in the object acquired during instantiation from the class FileStorage . Inhaltsverzeichnis aggregate_info -- Returns an associative array of the methods and properties from each class that has been aggregated to the object aggregate_methods_by_list -- Selective dynamic class methods aggregation to an object ...
PHP Manual
[ Object Aggregation/Composition Functions php.net ]