Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Flint
Application
PHP Class Flint\Application
Inheritance:
extends
Silex\Application
Show file
Open project: flint/flint
Class Usage Examples
Public Methods
Method
Description
__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
)
Method Details
__construct()
public
method
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()
public
method
See also:
Flint\Config\Configurator::configure()
public
configure
(
string
$resource
)
$resource
string