예제 #1
0
파일: country.php 프로젝트: bizanto/Hooked
 public function getConfigForm()
 {
     $form = parent::getConfigForm();
     $form->addElementPath(dirname(__FILE__));
     return $form;
 }
예제 #2
0
 public function getConfigForm()
 {
     return parent::getConfigForm()->addElementPath(dirname(__FILE__));
 }
예제 #3
0
 public function getConfigForm()
 {
     $form = parent::getConfigForm();
     $form->addElementPath($this->app->path->path('elements:fluniversalform/fields'));
     return $form;
 }