コード例 #1
0
ファイル: Factory.php プロジェクト: Kinetical/Kinesis
 function __construct()
 {
     parent::__construct();
     $this->behaviors[] = new Object\Method\Factory();
 }
コード例 #2
0
ファイル: Builder.php プロジェクト: Kinetical/Kinesis
 function __construct()
 {
     $this->behaviors[] = new Object\Method\Tree('Children');
     parent::__construct();
 }