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