59 include_once(
'Services/WebServices/ECS/classes/class.ilECSSettings.php');
60 include_once(
'Services/WebServices/ECS/classes/class.ilECSParticipantSettings.php');
181 return (
int) $this->
getCertId() == (int) $this->settings->getCertSerialNumber();
193 return (
bool) $this->part_settings->isEnabled($this->
getMID());
205 $this->mid = $this->json_obj->mid;
206 $this->email = $this->json_obj->email;
207 $this->certid = hexdec($this->json_obj->certid);
208 $this->dns = $this->json_obj->dns;
209 $this->description = $this->json_obj->description;
210 $this->participantname = $this->json_obj->participantname;
211 $this->abr = $this->json_obj->abr;
212 #$ilLog->write(__METHOD__.': Received certId '.$this->getCertId().' for '.$this->getParticipantName());