PHP Class Visualphpunit\Provider\ConfigServiceProvider

Author: Johannes Skov Frandsen ([email protected])
Inheritance: implements Pimple\ServiceProviderInterface, implements Silex\Api\BootableProviderInterface
Mostra file Open project: visualphpunit/visualphpunit

Public Methods

Method Description
__construct ( string $path ) Specify the path to the config file
boot ( Silex\Application $app ) Boot the provider
register ( Pimple\Container $app ) : Carpet\Provider\Jira Register the provider

Method Details

__construct() public method

Specify the path to the config file
public __construct ( string $path )
$path string

boot() public method

Boot the provider
public boot ( Silex\Application $app )
$app Silex\Application

register() public method

Register the provider
public register ( Pimple\Container $app ) : Carpet\Provider\Jira
$app Pimple\Container
return Carpet\Provider\Jira