AbstractQuery
class AbstractQuery
An abstract query from which all other queries inherit.
Queries prepare URL's for API calls, send them and hold the response.
Methods
__construct()
No description
self;
execute(Client $client)
executes the query and returns the response
integer
getStatusCode()
No description
bool
isExecuted()
No description
array
getHeaders()
No description
string
getReasonPhrase()
No description
string
getBody()
No description
model()
No description
array
csl()
No description
string
bibliography(string $bibliographyStyleName, string $lang = 'en-US', string $bibliographyStyle = '')
No description
string
bibtex()
No description
string
endnote()
No description
Details
at line 106
__construct()
at line 117
abstract self;
execute(Client $client)
executes the query and returns the response