register()
register(\Pimple\Container $pimple) : mixed
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 |