
PHP Funktionen : PHP Übersicht : PHP Manual
aggregate_methods_by_regexp
PHP
Function aggregate_methods_by_regexp / PHP
Funktion aggregate_methods_by_regexp
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
aggregate_methods_by_regexp
- PHP Funktion
- aggregate_methods_by_regexp ( phplist Code 100% 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 is ...
- PHP Manual
- [ aggregate_methods_by_regexp php.net ]
- PHP Funktion
- aggregate_methods_by_list ( phplist Code 81% Relevanz )
- Rubrik
- Object Aggregation/Composition Functions
- Kurzform
- aggregate_methods_by_list -- Selective dynamic class methods aggregation to an object
- 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_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
- aggregate_methods ( phplist Code 77% Relevanz )
- Rubrik
- Object Aggregation/Composition Functions
- Kurzform
- aggregate_methods -- Dynamic class and object aggregation of methods
- Vorschau
- ... class constructor, or methods whose names start with an underscore character (_) which are considered private to the aggregated class. See also aggregate() , aggregate_info() , aggregate_methods_by_list() , aggregate_methods_by_regexp() , aggregate_properties() , aggregate_properties_by_list() , aggregate_properties_by_regexp() , deaggregate() aggregate_methods_by_regexp aggregate_properties_by_list...
- PHP Manual
- [ aggregate_methods php.net ]
- PHP Funktion
- Object Aggregation/Composition Functions ( phplist Code 30% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... -- 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 object aggregation of methods aggregate_properties_by_list -- Selective dynamic class ...
- PHP Manual
- [ Object Aggregation/Composition Functions php.net ]