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