Beispiel #1
0
 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();
 }