| package |
Default |
|---|
__construct()
getMail() : string
string
getMobile() : string
string
getPhone() : string
string
jsonSerialize() : mixed
| link |
https://php.net/manual/en/jsonserializable.jsonserialize.php |
|---|---|
| since | 5.4.0 |
mixeddata which can be serialized by json_encode, which is a value of any type other than a resource.
setMail(string $mail)
| Throws |
|
|---|
string
setMobile(string $mobile)
| Throws |
|
|---|
string
setPhone(string $phone)
| Throws |
|
|---|
string
mail : string
| var |
|---|
string
mobile : string
| var |
|---|
string
phone : string
| var |
|---|
string