ChangeDocumentNameQuery
class ChangeDocumentNameQuery extends AbstractQuery
Methods
__construct(string $userName, string $resourceHash, string $fileName, Document $document)
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 51
__construct(string $userName, string $resourceHash, string $fileName, Document $document)
The query constructor builds the url and saves it into the url property.
PUT /users/[username]/posts/[resourcehash]/documents/[fileName]
at line 73
$this
execute(Client $httpClient)
Execute a prepared query.