action(); $this->sendResponse(); } /** * Page のアクション. * * @return void */ function action() { $this->tpl_title = ''; $objCustomer = new SC_Customer_Ex(); $this->isLogin = $objCustomer->isLoginSuccess(true); } /** * デストラクタ. * * @return void */ function destroy() { parent::destroy(); } } ?>