PHP Class Bolt\Application

Inheritance: extends Silex\Application
Afficher le fichier Open project: bolt/bolt Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $values = [] )
__isset ( string $name ) : boolean
initDatabase ( ) Initialize the database providers.
initDebugging ( ) Set up the debugging if required.
initExtensions ( )
initLocale ( )
initLogger ( ) Initialize the loggers.
initProfiler ( ) Set up the profilers for the toolbar.
initProviders ( )
initRendering ( ) Initialize the rendering providers.
initialize ( )
mount ( $prefix, $controllers )
run ( Request $request = null )

Méthodes protégées

Méthode Description
initConfig ( )
initSession ( )

Method Details

__construct() public méthode

public __construct ( array $values = [] )
$values array

__isset() public méthode

Deprecation: Deprecated since 3.0, to be removed in 4.0.
public __isset ( string $name ) : boolean
$name string
Résultat boolean

initConfig() protected méthode

protected initConfig ( )

initDatabase() public méthode

Initialize the database providers.
public initDatabase ( )

initDebugging() public méthode

Set up the debugging if required.
public initDebugging ( )

initExtensions() public méthode

public initExtensions ( )

initLocale() public méthode

public initLocale ( )

initLogger() public méthode

Initialize the loggers.
public initLogger ( )

initProfiler() public méthode

Set up the profilers for the toolbar.
public initProfiler ( )

initProviders() public méthode

public initProviders ( )

initRendering() public méthode

Initialize the rendering providers.
public initRendering ( )

initSession() protected méthode

protected initSession ( )

initialize() public méthode

public initialize ( )

mount() public méthode

public mount ( $prefix, $controllers )

run() public méthode

public run ( Request $request = null )
$request Symfony\Component\HttpFoundation\Request