PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

aggregate_methods_by_regexp> <aggregate_info
Last updated: Fri, 05 Sep 2008

view this page in

aggregate_methods_by_list

(PHP 4 >= 4.2.0)

aggregate_methods_by_list 選択したクラスメソッドを、動的にオブジェクトに集約する

説明

void aggregate_methods_by_list ( object $object , string $class_name , array $methods_list [, bool $exclude ] )

メソッド名のリストを使用して、クラスのメソッドを既存のオブジェクトに集約します。

クラスのコンストラクタ、およびアンダースコア文字 (_) で始まる名前のメソッド (プライベートとみなされます) は、常に対象となりません。

パラメータ

object

class_name

methods_list

exclude

オプションのパラメータ exclude で、リストに含まれているメソッドを集約する (excludeFALSE の場合。これがデフォルトです) のか含まれていないメソッドを集約する (excludeTRUE) のかを指定します。

返り値

値を返しません。



add a note add a note User Contributed Notes
aggregate_methods_by_list
There are no user contributed notes for this page.

aggregate_methods_by_regexp> <aggregate_info
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites