PHP Class SatisAdmin\Application

Author: Yohan Giarelli ([email protected])
Inheritance: extends Silex\Application, use trait Silex\Application\MonologTrait, use trait Silex\Application\SecurityTrait, use trait Silex\Application\TwigTrait, use trait Silex\Application\UrlGeneratorTrait
Show file Open project: yohang/satis-admin Class Usage Examples

Public Methods

Method Description
__construct ( $env, array $values = [] ) {@inheritDoc}

Protected Methods

Method Description
bindEvents ( )
registerConfig ( $env )
registerControllers ( )
registerProviders ( )
registerServices ( )

Method Details

__construct() public method

{@inheritDoc}
public __construct ( $env, array $values = [] )
$values array

bindEvents() protected method

protected bindEvents ( )

registerConfig() protected method

protected registerConfig ( $env )

registerControllers() protected method

protected registerControllers ( )

registerProviders() protected method

protected registerProviders ( )

registerServices() protected method

protected registerServices ( )