Example #1
0
 protected function initInternal()
 {
     $this->ui->loadFromXML($this->getUiXml());
     parent::initInternal();
     $this->initNewsletter();
     $this->initList();
 }
Example #2
0
 protected function initInternal()
 {
     parent::initInternal();
     $this->ui->loadFromXML($this->ui_xml);
     $this->initCommentStatuses();
     $this->initBlorgHeaderImage();
     $this->initBlorgFeedLogo();
 }
Example #3
0
 protected function initInternal()
 {
     parent::initInternal();
     $this->ui->loadFromXML($this->ui_xml);
 }