protected final function signinExecute(MUser $me)
 {
     $shop = $me->getShop();
     $respondJson = $this->ajaxExecute($me, $shop);
     DAssert::assert($respondJson instanceof MJsonRespond, 'illegal json respond');
     $this->displayJson($respondJson);
 }
예제 #2
0
 public final function execute()
 {
     $respondJson = $this->ajaxExecute();
     DAssert::assert($respondJson instanceof MJsonRespond, 'illegal json respond');
     $this->displayJson($respondJson);
 }