createIcon("bars"); $iconSearch = $this->createIcon("search"); $iconNotifications = $this->createIcon("bell"); $header = ""; return $header; } private function getMainContent() { return ""; } private function getSideBar() { return ""; } public function getCode() { $html = parent::getCode(); $html .= "
"; $html .= $this->getMainHeader(); $html .= "
"; $html .= $this->getSideBar(); $html .= $this->getMainContent(); $html .= "
"; return $html; } } ?>