FOF30\Pimple\ServiceProviderInterface::register PHP Метод

register() публичный Метод

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
    public function register(Container $pimple);
ServiceProviderInterface