コード例 #1
0
ファイル: HolderRelays.php プロジェクト: siosonel/tatag-api
 function set()
 {
     if (!in_array($this->holder_id, Requester::holderIDs())) {
         Error::http(403, "The user does not have access to this accountholder's information.");
     }
     return $this->add();
 }