Documentation

Base

Base Class Doc Comment

Tags
category

Class

Table of Contents

$api_end_point  : string
$http_status_code  : mixed
$invocation_context  : InvocationContext
$live_mode  : string
__toString()  : string
Gets the string presentation of the object
getApiEndPoint()  : string
getHttpStatusCode()  : mixed
getInvocationContext()  : InvocationContext
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
setInvocationContext()  : mixed
withContext()  : mixed
forClient()  : mixed
requestedBy()  : mixed
setAPIEndpoint()  : mixed
videChannel()  : mixed

Properties

$api_end_point

protected string $api_end_point

$http_status_code

private mixed $http_status_code

$live_mode

private string $live_mode

Methods

__toString()

Gets the string presentation of the object

public __toString() : string
Return values
string

getApiEndPoint()

public getApiEndPoint() : string
Return values
string

getHttpStatusCode()

public getHttpStatusCode() : mixed
Return values
mixed

withContext()

public withContext(InvocationContext $request[, string $live_mode = null ][, string $apiEndPoint = null ]) : mixed
Parameters
$request : InvocationContext
$live_mode : string = null
$apiEndPoint : string = null
Return values
mixed

forClient()

protected forClient(mixed $client_key) : mixed
Parameters
$client_key : mixed
Return values
mixed

requestedBy()

protected requestedBy(mixed $requestor, mixed $requestor_type) : mixed
Parameters
$requestor : mixed
$requestor_type : mixed
Return values
mixed

setAPIEndpoint()

protected setAPIEndpoint([string $live_mode = null ][, string $apiEndPoint = null ]) : mixed
Parameters
$live_mode : string = null
$apiEndPoint : string = null
Return values
mixed

videChannel()

protected videChannel(mixed $channel) : mixed
Parameters
$channel : mixed
Return values
mixed

Search results