예제 #1
0
 public function getJsonData()
 {
     $data = parent::getJsonData();
     $data['success']    = $this->isSuccess();
     $data['errors']     = $this->getErrors();
     $data['errorCodes'] = $this->getErrorCodes();
     return $data;
 }