Keys
in package
implements
ArrayAccess
Class Keys
Tags
Table of Contents
Interfaces
- ArrayAccess
Constants
- RESOURCE_PATH = '/keys'
Properties
Methods
- __construct() : mixed
- Keys constructor.
- create() : array<string|int, mixed>
- generateScopedSearchKey() : string
- offsetExists() : bool
- offsetGet() : Key
- offsetSet() : void
- offsetUnset() : void
- retrieve() : array<string|int, mixed>
Constants
RESOURCE_PATH
public
mixed
RESOURCE_PATH
= '/keys'
Properties
$apiCall
private
ApiCall
$apiCall
$keys
private
array<string|int, mixed>
$keys
= []
Methods
__construct()
Keys constructor.
public
__construct(ApiCall $apiCall) : mixed
Parameters
- $apiCall : ApiCall
create()
public
create(array<string|int, mixed> $schema) : array<string|int, mixed>
Parameters
- $schema : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>generateScopedSearchKey()
public
generateScopedSearchKey(string $searchKey, array<string|int, mixed> $parameters) : string
Parameters
- $searchKey : string
- $parameters : array<string|int, mixed>
Tags
Return values
stringoffsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : Key
Parameters
- $offset : mixed
Return values
KeyoffsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
retrieve()
public
retrieve() : array<string|int, mixed>