breadCrumb = $showBreadCrumb; $this->title = $title; } public function AddHTMLButton($html): void { $this->buttons[] = $html; } public function outPutNavbar(): void { ?>
breadCrumb) { ?> title) { ?>

title ?>

buttons)) { foreach ($this->buttons as $button) { echo $button; } } ?>