aggregate_methods_by_list PHP Funktionen : PHP Übersicht : PHP Manual

aggregate_methods_by_list

PHP Function aggregate_methods_by_list / PHP Funktion aggregate_methods_by_list

phplist » Webkatalog Script - Link Script » PHP Function Coder » aggregate_methods_by_list
PHP Funktion
aggregate_methods_by_list ( phplist Code 100% Relevanz )
Rubrik
Object Aggregation/Composition Functions
Kurzform
aggregate_methods_by_list -- Selective dynamic class methods aggregation to an object
Vorschau
...aggregate_methods_by_list aggregate_methods_by_list (PHP 4 >= 4.2.0) aggregate_methods_by_list -- Selective dynamic class methods aggregation to an object Description void aggregate_methods_by_list ( object object, string class_name, array methods_list [, bool exclude] ) Aggregates methods from a class to an existing object using a list of method names. The optional parameter exclude is used to decide ...
PHP Manual
[ aggregate_methods_by_list php.net ]

PHP Funktion
aggregate_methods_by_regexp ( phplist Code 81% Relevanz )
Rubrik
Object Aggregation/Composition Functions
Kurzform
aggregate_methods_by_regexp -- Selective class methods aggregation to an object using a regular expression
Vorschau
... 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_list() , aggregate_properties() , aggregate_properties_by_list() , aggregate_properties_by_regexp() , deaggregate() aggregate_methods_by_list aggregate_methods...
PHP Manual
[ aggregate_methods_by_regexp php.net ]

PHP Funktion
aggregate_info ( phplist Code 56% 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
... properties and methods of the Dicer class have been aggregated into our new object, with the exception of the class constructor and the method _secret_super_dicing See also aggregate() , aggregate_methods() , aggregate_methods_by_list() , aggregate_methods_by_regexp() , aggregate_properties() , aggregate_properties_by_list() , aggregate_properties_by_regexp() , deaggregate() Object Aggregation/Composition Functions ...
PHP Manual
[ aggregate_info php.net ]

PHP Funktion
Object Aggregation/Composition Functions ( phplist Code 34% 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 ]