PHP Class SilexAssetic\AsseticServiceProvider

Inheritance: implements Pimple\ServiceProviderInterface, implements Silex\Api\BootableProviderInterface
Show file Open project: mheap/silex-assetic Class Usage Examples

Public Methods

Method Description
boot ( Silex\Application $app ) Bootstraps the application.
register ( Pimple\Container $app )

Method Details

boot() public method

Bootstraps the application.
public boot ( Silex\Application $app )
$app Silex\Application The application

register() public method

public register ( Pimple\Container $app )
$app Pimple\Container