Class PssApi
This class provides some spezial PssAPI methods
-
Slim\Slim
-
api\Api
-
api\PssApi
Methods summary
public
|
|
public
|
|
public
query
|
#
sendPssQuery( array $queryArgs )
Method start a pis-query
Parameters
- $queryArgs
array $queryArgs
Returns
query result as xml
|
Methods inherited from Slim\Slim
add(),
applyHook(),
autoload(),
call(),
callErrorHandler(),
cleanBuffer(),
clearHooks(),
config(),
configureMode(),
contentType(),
defaultError(),
defaultNotFound(),
delete(),
deleteCookie(),
environment(),
error(),
etag(),
expires(),
flash(),
flashKeep(),
flashNow(),
generateTemplateMarkup(),
get(),
getCookie(),
getDefaultSettings(),
getEncryptedCookie(),
getHooks(),
getInstance(),
getLog(),
getMode(),
getName(),
halt(),
handleErrors(),
hook(),
lastModified(),
map(),
mapRoute(),
notFound(),
options(),
pass(),
post(),
put(),
redirect(),
registerAutoloader(),
render(),
request(),
response(),
root(),
router(),
run(),
setCookie(),
setEncryptedCookie(),
setName(),
status(),
stop(),
urlFor(),
view()
|
Properties summary
public static
string
|
$routeParameterPids
|
"/pid/:pid+" |
#
Route string for the alias paramter
Route string for the alias paramter
|
Properties inherited from Slim\Slim
$apps,
$environment,
$error,
$hooks,
$middleware,
$mode,
$name,
$notFound,
$request,
$response,
$router,
$settings,
$view
|