Web aym.pekori.to

aggregate_methods

(PHP 4 >= 4.2.0)

aggregate_methods --  クラスのメソッドを、動的にオブジェクトに集約する

説明

void aggregate_methods ( object object, string class_name )

クラスで定義されているすべてのメソッドを既存のオブジェクトに 集約します。ただし、クラスのコンストラクタは例外です。また 名前がアンダースコア文字 (_) で始まるメソッドも、プライベートと みなされて例外となります。

aggregate()aggregate_info()aggregate_methods_by_list()aggregate_methods_by_regexp()aggregate_properties()aggregate_properties_by_list()aggregate_properties_by_regexp()deaggregate() も参照ください。