ContainerAwareInterface
Defines the interface for a Container Aware class.
since |
1.0 |
---|---|
package |
Joomla Framework |
Methods
setContainer
Set the DI container.
setContainer(\Joomla\DI\Container container) : mixed
since |
1.0 |
---|
Arguments
- container
\Joomla\DI\Container
The DI container.
Response
mixed