ChangeConceptQuery
class ChangeConceptQuery extends AbstractQuery
Builds URL for ChangeConcept REST-API calls.
Also holds the response after being executed.
Methods
__construct(Tag $concept, string $username, string $operation)
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 56
__construct(Tag $concept, string $username, string $operation)
The query constructor builds the url and saves it into the url property.
PUT /users/[username]/concepts/[conceptname]
at line 77
$this
execute(Client $httpClient)
Execute a prepared query.