예제 #1
0
 public function init()
 {
     if (!$this->attributes) {
         $this->attributes = $this->model->getFieldsForDropdown($this->useLinkedModels);
     }
 }