예제 #1
0
 /**
  * (non-PHPdoc)
  * @see ModelForm::attributeNames()
  */
 public function attributeNames()
 {
     $attributeNames = parent::attributeNames();
     return array_merge($attributeNames, $this->dynamicAttributeNames);
 }