/** * * {@inheritDoc} * * @see \Core\Html\Bootstrap\Panel\AbstractPanelElement::build() */ public function build() { if (!empty($this->title)) { $this->inner = $this->title->build(); } return parent::build(); }
/** * * {@inheritDoc} * * @see \Core\Html\Bootstrap\Panel\AbstractPanelElement::build() */ public function build() { $this->html->addCss('panel-' . $this->context); return parent::build(); }