\PimpleServiceProviderInterface

Pimple service provider interface.

Summary

Methods
Constants
register()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

register()

register(\Pimple\Container  $pimple) 

Registers services on the given container.

This method should only be used to configure services and parameters. It should not get services.

Parameters

\Pimple\Container $pimple

A container instance