18 declare(strict_types=1);
    44     public string $id = 
'';
    54     public function setUrl(
string $a_url): void
    64     public function setId(
string $a_id): void
    76         $this->personID = $a_person;
    86         $this->personIDtype = $a_type;
    96         $this->status = $a_status;
   106         $this->
setId($json->id);
   109         $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)