Class Api
This class provides some general API methods
- Slim\Slim
-
api\Api
public
|
|
public
|
|
public
|
VERSION
|
protected
<T>:SqlManager
|
$sqlManager | |
#
Variable for the sql manager of the api |
protected
<T>:SqlManager
|
$serialManager | |
#
Variable for the serialazarion manager of the api |
protected static
string
|
$contentypeXML | "application/xml;charset=utf-8" |
#
Variable for the contentype of XML |
protected static
string
|
$contentypeJson | "application/json;charset=utf-8" |
#
Variable for the contentype of Json |
$apps,
$environment,
$error,
$hooks,
$middleware,
$mode,
$name,
$notFound,
$request,
$response,
$router,
$settings,
$view
|