action(); $this->sendResponse(); } /** * Page のアクション. * * @return void */ function action() { } } $objPage = new LC_Page_User(); $objPage->init(); $objPage->process();