|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Pimple service provider interface. More...
Inheritance diagram for Pimple\ServiceProviderInterface:
Collaboration diagram for Pimple\ServiceProviderInterface:Public Member Functions | |
| register (Container $pimple) | |
| Registers services on the given container. More... | |
Pimple service provider interface.
Definition at line 35 of file ServiceProviderInterface.php.
| Pimple\ServiceProviderInterface::register | ( | Container | $pimple | ) |
Registers services on the given container.
This method should only be used to configure services and parameters. It should not get services.
| Container | $pimple | A container instance |
Implemented in Pimple\Tests\Fixtures\PimpleServiceProvider.