Joomla\DI\ContainerAwareInterface
Synopsis
interface ContainerAwareInterface
{
- // methods
- public Container getContainer()
- public void setContainer()
Methods
public
- getContainer() — Get the DI container.
- setContainer() — Set the DI container.