コード例 #1
0
ファイル: Campaign.php プロジェクト: ravikathaitarm01/fluenz1
 public function __construct($id)
 {
     parent::__construct($id);
     $this->_states = array('pending', 'active', 'completed', 'rejected');
     $this->_brand = new Brand(null);
 }