コード例 #1
0
 private function getEducation()
 {
     $Object = new Education();
     $result = $Object->getUserProfession($this->userId);
     if ($result[0]['Status'] == "ok") {
         $this->education = $result[1]['EduId'];
         return true;
     }
     return false;
 }