コード例 #1
0
ファイル: X2ConditionList.php プロジェクト: tymiles003/X2CRM
 public function init()
 {
     if (!$this->attributes) {
         $this->attributes = $this->model->getFieldsForDropdown($this->useLinkedModels);
     }
 }