ApiKeys
in package
Table of Contents
- SUBTAB = ''
- TAB = 'advanced'
- __construct() : mixed
- Initialize the API Keys admin actions.
- actions() : mixed
- API Keys admin actions.
- render() : mixed
- bulkActions() : mixed
- Bulk actions.
- bulkRevokeKey() : mixed
- Bulk revoke key.
- getButtonMarkupBackToKeysList() : mixed
- getKeyData() : array<string|int, mixed>
- Get key data.
- getTableListHeader() : mixed
- isCurrentPage() : mixed
- removeKey() : bool
- Remove key.
- renderTableList() : mixed
- Table list.
- revokeKey() : mixed
- Revoke key.
Constants
SUBTAB
public
mixed
SUBTAB
= ''
TAB
public
mixed
TAB
= 'advanced'
Methods
__construct()
Initialize the API Keys admin actions.
public
__construct() : mixed
Return values
mixed —actions()
API Keys admin actions.
public
actions() : mixed
Return values
mixed —render()
public
render(mixed $destinationUrl) : mixed
Parameters
- $destinationUrl : mixed
Return values
mixed —bulkActions()
Bulk actions.
private
bulkActions() : mixed
Return values
mixed —bulkRevokeKey()
Bulk revoke key.
private
bulkRevokeKey(array<string|int, mixed> $keys) : mixed
Parameters
- $keys : array<string|int, mixed>
-
API Keys.
Return values
mixed —getButtonMarkupBackToKeysList()
private
getButtonMarkupBackToKeysList(mixed $destinationUrl) : mixed
Parameters
- $destinationUrl : mixed
Return values
mixed —getKeyData()
Get key data.
private
getKeyData(int $key_id) : array<string|int, mixed>
Parameters
- $key_id : int
-
API Key ID.
Return values
array<string|int, mixed> —getTableListHeader()
private
getTableListHeader() : mixed
Return values
mixed —isCurrentPage()
private
isCurrentPage() : mixed
Return values
mixed —removeKey()
Remove key.
private
removeKey(int $key_id) : bool
Parameters
- $key_id : int
-
API Key ID.
Return values
bool —renderTableList()
Table list.
private
renderTableList() : mixed
Return values
mixed —revokeKey()
Revoke key.
private
revokeKey() : mixed