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