Methods summary
public
|
|
protected
Angelfon\SDK\Rest\Api\V099\UserContext
|
#
proxy( )
Generate an instance context for the instance, the context is capable of
performing various actions. All instance actions are proxied to the context
Generate an instance context for the instance, the context is capable of
performing various actions. All instance actions are proxied to the context
Returns
|
public
Angelfon\SDK\Rest\Api\V099\UserInstance
|
#
fetch( )
Fetch a UserInstance
Returns
|
public
Angelfon\SDK\Rest\Api\V099\UserInstance
|
#
update( array|Options $options = array() )
Update the UserInstance
Parameters
- $options
- Optional Arguments
Returns
|
public
mixed
|
#
__get( string $name )
Magic getter to access properties
Magic getter to access properties
Parameters
Returns
mixed The requested property
Throws
|
public
string
|
#
__toString( )
Provide a friendly representation
Provide a friendly representation
Returns
string Machine friendly representation
Overrides
|