Model
class Model
Core Model Class
Methods
multitype:
getProperties()
Get the Model Properties
setOptions(stdClass $object = null, array $options = null)
Sets Properties with matching Array Values
stdClass
getPublic(array $publics = array('fields', 'isEncrypted', 'identities', '_type'))
Convert the Model into stdClass Object
toJson()
No description
Details
at line 23
__construct(stdClass $object = null)
Constructor
at line 33
multitype:
getProperties()
Get the Model Properties
at line 45
Model
setOptions(stdClass $object = null, array $options = null)
Sets Properties with matching Array Values
at line 82
stdClass
getPublic(array $publics = array('fields', 'isEncrypted', 'identities', '_type'))
Convert the Model into stdClass Object