Methods
Magic call method
__call(string $method, string[] $arguments) : string[]
Parameters
$method
string
$arguments
string[]
Exceptions
\Twilio\Client\TinyHttp_Exception |
|
Returns
string[]
Constructor that setups basic options
__construct(string | bool $uri, string[] $parameters)
Parameters
$uri
string
bool
$parameters
string[]
Get identifier we use for authentication
identifier() : string
Set identifier to use when making a request that requires authentication
setIdentifier(string $identifier)
Parameters
$identifier
string
Set token to use when making a request that requires authentication
setToken(string $token)
Properties
Constants
Default connection time out in seconds, adjust if you are connecting
to a local network or have a slow up-link
TIMEOUT : int