예제 #1
0
 public function __construct($id)
 {
     parent::__construct($id);
     $this->_states = array('pending', 'active', 'completed', 'rejected');
     $this->_brand = new Brand(null);
 }