コード例 #1
0
ファイル: SearchForm.php プロジェクト: youprofit/Zurmo
 /**
  * (non-PHPdoc)
  * @see ModelForm::attributeNames()
  */
 public function attributeNames()
 {
     $attributeNames = parent::attributeNames();
     return array_merge($attributeNames, $this->dynamicAttributeNames);
 }