PHP Interface FOF30\Pimple\ServiceProviderInterface

Author: Fabien Potencier
Author: Dominik Zogg
Show file Open project: akeeba/fof

Public Methods

Method Description
register ( Container $pimple ) Registers services on the given container.

Method Details

register() public method

This method should only be used to configure services and parameters. It should not get services.
public register ( Container $pimple )
$pimple Container An Container instance