Example #1
0
 /**
  * Simple function to return the URI that should be used to POST/UPDATE this object
  * from the EWS.
  */
 protected function getCreateUri()
 {
     return $this->client->getPath() . "/events/{$this->event->getEventCode()}" . "/registrations/{$this->registration->getRegistrationId()}" . "/participantInfos.json";
 }
 /**
  * Simple function to return the URI that should be used to POST/UPDATE this object
  * from the EWS.
  *
  * @return string
  */
 protected function getCreateUri()
 {
     return $this->client->getPath() . "/events/{$this->event->getEventCode()}/registrations.json";
 }