コード例 #1
0
ファイル: country.php プロジェクト: bizanto/Hooked
 public function getConfigForm()
 {
     $form = parent::getConfigForm();
     $form->addElementPath(dirname(__FILE__));
     return $form;
 }
コード例 #2
0
ファイル: widgetkit.php プロジェクト: ziyou-liu/1line
 public function getConfigForm()
 {
     return parent::getConfigForm()->addElementPath(dirname(__FILE__));
 }
コード例 #3
0
ファイル: fluniversalform.php プロジェクト: alexmixaylov/real
 public function getConfigForm()
 {
     $form = parent::getConfigForm();
     $form->addElementPath($this->app->path->path('elements:fluniversalform/fields'));
     return $form;
 }