createStatistics() as $objectStatistic) { $columns->addHtml($objectStatistic); } } protected function assembleTitle(BaseHtmlElement $title): void { $title->addHtml( $this->createSubject(), $this->createCaption() ); } }