Twilio\Rest\Microvisor
Synopsis
class Microvisor
extends MicrovisorBase
{
- // Inherited members from MicrovisorBase
- protected $_v1;
- // methods
- protected AppList getApps()
- protected AppContext contextApps()
- protected DeviceList getDevices()
- protected DeviceContext contextDevices()
- // Inherited methods from MicrovisorBase
- public void __construct()
- protected V1 getV1()
- public Version __get()
- public InstanceContext __call()
- public string __toString()
- // Inherited methods from Domain
- public void __construct()
- public string absoluteUrl()
- public Response request()
- public void getClient()
- public void __toString()
Hierarchy
Extends
Members
protected
- $_v1
- $baseUrl — string
- $client — Twilio\Rest\Client
Methods
protected
Inherited from Twilio\Rest\MicrovisorBase
protected
public
- __call() — Magic caller to get resource contexts
- __get() — Magic getter to lazy load version
- __toString() — Provide a friendly representation
Inherited from Twilio\Domain
public
- __toString()
- absoluteUrl() — Translate version relative URIs into absolute URLs
- getClient()
- request() — Make an HTTP request to the domain