コード例 #1
0
ファイル: Preview.php プロジェクト: GervaisdeM/deliverance
 protected function initInternal()
 {
     $this->ui->loadFromXML($this->getUiXml());
     parent::initInternal();
     $this->initNewsletter();
     $this->initList();
 }
コード例 #2
0
ファイル: Edit.php プロジェクト: GervaisdeM/blorg
 protected function initInternal()
 {
     parent::initInternal();
     $this->ui->loadFromXML($this->ui_xml);
     $this->initCommentStatuses();
     $this->initBlorgHeaderImage();
     $this->initBlorgFeedLogo();
 }
コード例 #3
0
ファイル: AdEdit.php プロジェクト: GervaisdeM/blorg
 protected function initInternal()
 {
     parent::initInternal();
     $this->ui->loadFromXML($this->ui_xml);
 }