'; } public function sendBody(): void { echo '
'; $this->sendMainContent(); echo '
'; } abstract public function sendMainContent(): void; }