tpl_title = "ご注文完了"; $masterData = new SC_DB_MasterData_Ex(); $this->arrCONVENIENCE = $masterData->getMasterData("mtb_convenience"); $this->arrCONVENIMESSAGE = $masterData->getMasterData("mtb_conveni_message"); } /** * Page のプロセス. * * @return void */ function process() { parent::process(); $this->action(); $this->sendResponse(); } /** * Page のアクション. * * @return void */ function action() { $objView = new SC_SiteView(); $objSiteInfo = $objView->objSiteInfo; $this->arrInfo = $objSiteInfo->data; } /** * デストラクタ. * * @return void */ function destroy() { parent::destroy(); } } ?>