ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Pimple\ServiceProviderInterface Interface Reference

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...
 

Detailed Description

Pimple service provider interface.

Author
Fabien Potencier
Dominik Zogg

Definition at line 35 of file ServiceProviderInterface.php.

Member Function Documentation

◆ register()

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.

Parameters
Container$pimpleA container instance

Implemented in Pimple\Tests\Fixtures\PimpleServiceProvider.

Referenced by Pimple\Container\register().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: