template); $this->tpl .= ob_get_clean(); } /** * @return cotent string */ public function getContent() { return $this->tpl; } } ?>