protected function initInternal() { $this->ui->loadFromXML($this->getUiXml()); parent::initInternal(); $this->initNewsletter(); $this->initList(); }
protected function initInternal() { parent::initInternal(); $this->ui->loadFromXML($this->ui_xml); $this->initCommentStatuses(); $this->initBlorgHeaderImage(); $this->initBlorgFeedLogo(); }
protected function initInternal() { parent::initInternal(); $this->ui->loadFromXML($this->ui_xml); }