PHP Class Flint\Application

Inheritance: extends Silex\Application
Exibir arquivo 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