Свойство | Тип | Описание | |
---|---|---|---|
$app_namespace | |||
$app_root | |||
$config | |||
$debug | |||
$dirs | |||
$env | |||
$host | |||
$path | |||
$port | |||
$protocol | |||
$url |
Метод | Описание | |
---|---|---|
__construct ( $app_root, $env ) | ||
config ( Pimple\Container $container ) | ||
createController ( $controller_name ) | ||
createLogger ( $path, $level = Logger::WARNING ) | ||
getAppNamespace ( ) | ||
getAppRoot ( ) | ||
getConfig ( ) : |
||
getConfigDir ( ) | ||
getConfigFiles ( ) | ||
getContainer ( ) : Pimple\Container | ||
getControllerByHandler ( $handler ) | ||
getEnv ( ) : string | ||
getHost ( ) | ||
getPath ( ) | ||
getPort ( ) | ||
getProtocol ( ) | ||
getResourceDir ( ) | ||
getRoute ( ) | ||
getTemplateDir ( ) | ||
getTemplateExt ( ) | ||
getTmpDir ( ) | ||
getUrl ( ) | ||
getVendorDir ( ) | ||
getWebrootDir ( ) | ||
init ( Pimple\Container $container ) | ||
initHttpRequest ( Pimple\Container $container ) | ||
isDebug ( ) | ||
loadConfig ( ) | ||
setDir ( $dirname, $path ) |
Метод | Описание | |
---|---|---|
bootConfig ( ) | ||
detectAppNamespace ( ) | ||
getDefaultDirs ( ) |
abstract public config ( Pimple\Container $container ) | ||
$container | Pimple\Container |
public getContainer ( ) : Pimple\Container | ||
Результат | Pimple\Container |
public initHttpRequest ( Pimple\Container $container ) | ||
$container | Pimple\Container |