Example #1
0
 function __construct()
 {
     $this->behaviors[] = new Object\Property\Defaults();
     parent::__construct();
     $this->behaviors[] = new Object\Method\ArrayList('Parameters', 'Parameter');
 }
Example #2
0
 function __construct()
 {
     $this->behaviors[] = new Object\Property\ArrayList('Data');
     parent::__construct();
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     $this->behaviors[] = new Object\Method\Control();
 }