コード例 #1
0
 public function __construct($userID)
 {
     $this->userID = $userID;
     //check userID
     if (!\OGM\Util\UserUtil::verify($userID)) {
         throw new \OGM\Exception\SystemException('Invalid user, userID = ' . $userID);
     }
 }