예제 #1
0
 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);
 }