Synonym
in package
Class synonym
Table of Contents
Properties
- $apiCall : ApiCall
- $collectionName : string
- $synonymId : string
Methods
- __construct() : mixed
- synonym constructor.
- delete() : array<string|int, mixed>
- retrieve() : array<string|int, mixed>
- endPointPath() : string
Properties
$apiCall
private
ApiCall
$apiCall
$collectionName
private
string
$collectionName
$synonymId
private
string
$synonymId
Methods
__construct()
synonym constructor.
public
__construct(string $collectionName, string $synonymId, ApiCall $apiCall) : mixed
Parameters
- $collectionName : string
- $synonymId : string
- $apiCall : ApiCall
delete()
public
delete() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>retrieve()
public
retrieve() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>endPointPath()
private
endPointPath() : string