ServiceProviderAggregateInterface
extends
ContainerAwareInterface, IteratorAggregate
in
Table of Contents
Methods
- add() : ServiceProviderAggregateInterface
- getContainer() : DefinitionContainerInterface
- provides() : bool
- register() : void
- setContainer() : ContainerAwareInterface
Methods
add()
public
add(ServiceProviderInterface $provider) : ServiceProviderAggregateInterface
Parameters
- $provider : ServiceProviderInterface
Return values
ServiceProviderAggregateInterfacegetContainer()
public
getContainer() : DefinitionContainerInterface
Return values
DefinitionContainerInterfaceprovides()
public
provides(string $id) : bool
Parameters
- $id : string
Return values
boolregister()
public
register(string $service) : void
Parameters
- $service : string
setContainer()
public
setContainer(DefinitionContainerInterface $container) : ContainerAwareInterface
Parameters
- $container : DefinitionContainerInterface