behaviors() 공개 메소드

public behaviors ( ) : array
리턴 array
예제 #1
0
 public function behaviors()
 {
     return array_merge(parent::behaviors(), array('wform' => array('class' => 'ext.wform.WFormBehavior', 'relations' => array('category' => array('unsetInvalid' => true, 'required' => false), 'tags' => array('required' => false), 'images', 'certificate', 'description'))));
 }