aggregate_methods PHP Funktionen : PHP Übersicht : PHP Manual

aggregate_methods

PHP Function aggregate_methods / PHP Funktion aggregate_methods

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

PHP Funktion
aggregate_methods_by_regexp ( phplist Code 77% Relevanz )
Rubrik
Object Aggregation/Composition Functions
Kurzform
aggregate_methods_by_regexp -- Selective class methods aggregation to an object using a regular expression
Vorschau
...aggregate_methods_by_regexp aggregate_methods_by_regexp (PHP 4 >= 4.2.0) aggregate_methods_by_regexp -- Selective class methods aggregation to an object using a regular expression Description void aggregate_methods_by_regexp ( object object, string class_name, string regexp [, bool exclude] ) Aggregates methods from a class to an existing object using a regular expression to match method names. The optional parameter exclude ...
PHP Manual
[ aggregate_methods_by_regexp php.net ]

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

PHP Funktion
Object Aggregation/Composition Functions ( phplist Code 35% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... 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 aggregate_methods_by_regexp -- Selective class methods aggregation to an object using a regular expression aggregate_methods -- Dynamic class and ...
PHP Manual
[ Object Aggregation/Composition Functions php.net ]