GetConceptsQuery
class GetConceptsQuery extends AbstractQuery
Builds URL for GetConcepts REST-API calls.
Also holds the response after being executed.
Use this Class to get concepts 1) from all users 2) from a specified group or 3) from a specified user
Methods
__construct($resourceType, $grouping, $groupingName, $regex, $tags, $status, $start, $end)
No description
$this|AbstractQuery
execute(Client $httpClient)
Execute a prepared query.
string
bibliography(string $bibliographyStyleName, string $lang = 'en-US', string $bibliographyStyle = '')
No description
from AbstractQuery
Details
at line 67
__construct($resourceType, $grouping, $groupingName, $regex, $tags, $status, $start, $end)
at line 101
$this|AbstractQuery
execute(Client $httpClient)
Execute a prepared query.