Ejemplo n.º 1
0
 public function __construct($object = null)
 {
     $this->states = new Condition\States();
     $this->inventory = new Condition\Inventory();
     parent::__construct($object);
 }
Ejemplo n.º 2
0
 public function __construct($arrData = null)
 {
     $this->conditions = new Conditions();
     parent::__construct($arrData);
 }