Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Flint
Application
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