Identity
class Identity extends Model
Identity
Properties
protected string | $endpoint | ||
protected int | $host |
Methods
__construct($endpoint = '', $host)
Constructor
setOptions(stdClass $object = null, array $options = null)
Sets Properties with matching Array Values
from Model
stdClass
getPublic(array $publics = null)
Convert the Model into array
string
getEndpoint()
Gets the value of endpoint.
setEndpoint(string $endpoint)
Sets the value of endpoint.
int
getHost()
Gets the value of host.
array
toArray()
Convert to Array
Details
at line 42
__construct($endpoint = '', $host)
Constructor
in Model at line 33
multitype:
getProperties()
Get the Model Properties
in Model at line 45
Model
setOptions(stdClass $object = null, array $options = null)
Sets Properties with matching Array Values
at line 109
stdClass
getPublic(array $publics = null)
Convert the Model into array
in Model at line 115
toJson()
at line 53
string
getEndpoint()
Gets the value of endpoint.
at line 65
Identity
setEndpoint(string $endpoint)
Sets the value of endpoint.
at line 76
int
getHost()
Gets the value of host.
at line 88
Identity
setHost(int $host)
Sets the value of host.
at line 99
array
toArray()
Convert to Array
at line 120
static Identity
fromArray(array $data)
Convert from Array
at line 134
static Identity
convert($data)
Dynamic Converter