LXX . Object Aggregation / Composition Functions

Atenção

Este módulo é EXPERIMENTAL . Isso quer dizer que o comportamento neste módulo -- - incluindo suas funções e seus nomes , e TUDO mais que está documentado sobre esse módulo -- - poderá mudar em futuras versões do PHP , SEM QUALQUER NOTIFICAÇÃO . Esteja avisado , e use este módulo por sua própria conta e risco .

Índice
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 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 -- dynamic aggregation of class properties to an object
aggregate -- dynamic class and object aggregation of methods and properties
aggregation_info -- Synonym for aggregate_info()
deaggregate -- removes the aggregated methods and properties from an object