Twilio\Rest\LookupsBase
Synopsis
class LookupsBase
extends Domain
{
- // methods
- public void __construct()
- protected V1 getV1()
- protected V2 getV2()
- 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
- $_v2
- $baseUrl — string
- $client — Twilio\Rest\Client
Methods
protected
public
- __construct() — Construct the Lookups Domain
- __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