configGet("title"); } function beforePrintHeadTitle(): void {} function printHeadTitle(): void { co::_print(v::tag("title", $this->getTitle(), true)); } function afterPrintHeadTitle(): void {} function beforePrintEndHead(): void {} function afterPrintEndHead(): void {} ## function beforePrintStartBody(): void {} function afterPrintStartBody(): void {} function beforePrintContent(): void {} function printTitle(): void { vo::h1($this->getTitle()); } function printContent(): void { $this->print(); } function afterPrintContent(): void {} function beforePrintEndBody(): void {} function afterPrintEndBody(): void {} ## function beforePrintEndHtml(): void {} function afterPrintEndHtml(): void {} }