コード例 #1
0
ファイル: Delete.php プロジェクト: nrfredrickson/Cme
 public function setInquisition(InquisitionInquisition $inquisition)
 {
     parent::setInquisition($inquisition);
     $this->helper = $this->getOptionHelper();
     $this->helper->initInternal();
 }
コード例 #2
0
ファイル: ImageUpload.php プロジェクト: nrfredrickson/Cme
 protected function initInternal()
 {
     parent::initInternal();
     $this->helper = $this->getOptionHelper();
     $this->helper->initInternal();
 }