コード例 #1
0
ファイル: Component.php プロジェクト: Kinetical/Kinesis
 function __construct()
 {
     $this->behaviors[] = new Object\Property\Defaults();
     parent::__construct();
     $this->behaviors[] = new Object\Method\ArrayList('Parameters', 'Parameter');
 }
コード例 #2
0
ファイル: ArrayList.php プロジェクト: Kinetical/Kinesis
 function __construct()
 {
     $this->behaviors[] = new Object\Property\ArrayList('Data');
     parent::__construct();
 }
コード例 #3
0
ファイル: Control.php プロジェクト: Kinetical/Kinesis
 function __construct()
 {
     parent::__construct();
     $this->behaviors[] = new Object\Method\Control();
 }