PHP Класс Flint\Application

Наследование: extends Silex\Application
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $rootDir, boolean $debug = false, array $parameters = [] ) Assigns rootDir and debug to the pimple container. Also replaces the normal resolver with a PimpleAware Resolver.
configure ( string $resource )

Описание методов

__construct() публичный Метод

Assigns rootDir and debug to the pimple container. Also replaces the normal resolver with a PimpleAware Resolver.
public __construct ( string $rootDir, boolean $debug = false, array $parameters = [] )
$rootDir string
$debug boolean
$parameters array

configure() публичный Метод

См. также: Flint\Config\Configurator::configure()
public configure ( string $resource )
$resource string