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