GetTagRelationQuery
class GetTagRelationQuery extends AbstractQuery
Builds URL for GetTagRelation REST-API calls.
Also holds the response after being executed.
Methods
__construct(int $start, int $end, RESTConfig $relation, string $tagName)
The query constructor builds the url and saves it into the url property.
$this
execute(Client $httpClient)
Execute a prepared query.
string
bibliography(string $bibliographyStyleName, string $lang = 'en-US', string $bibliographyStyle = '')
No description
from AbstractQuery
Details
at line 57
__construct(int $start, int $end, RESTConfig $relation, string $tagName)
The query constructor builds the url and saves it into the url property.
GET /tags/[tag] ?relation=(relatedǀsimilarǀsubtagsǀsupertags)
at line 83
$this
execute(Client $httpClient)
Execute a prepared query.