init(); } /** * Page のプロセス. * * @return void */ function process() { parent::process(); $this->action(); $this->sendResponse(); } /** * Page のアクション. * * @return void */ function action() { $this->tpl_title = ''; } /** * デストラクタ. * * @return void */ function destroy() { parent::destroy(); } } ?>