breadCrumb = $showBreadCrumb; $this->title = $title; } public function AddHTMLButton($html) { array_push($this->buttons, $html); } public function outPutNavbar() { ?>
breadCrumb) { ?> title) { ?>

title ?>

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