19 declare(strict_types=1);
45 public string $id =
'';
55 public function setUrl(
string $a_url): void
65 public function setId(
string $a_id): void
77 $this->personID = $a_person;
87 $this->personIDtype = $a_type;
97 $this->status = $a_status;
107 $this->
setId($json->id);
110 $this->
setUrl($json->url);
const STATUS_UNSUBSCRIBED
Presentation of ecs enrolment status.
const STATUS_ACCOUNT_DEACTIVATED
setPersonId(string $a_person)
setPersonIdType(string $a_type)
const ID_PERSONAL_UNIQUE_CODE
loadFromJson(object $json)
setStatus(string $a_status)