ContainerAware Trait

Aurora\Container Namespace


Properties

container

Container instance

protected $container: \ContainerInterface

Methods

setContainer

Set the container instance

Parameters

  • Psr\Container\ContainerInterface $container — Container instance

Return Value

  • $this

Signature

public function setContainer(Psr\Container\ContainerInterface $container)

Go to top