InteractsWithContainer
trait InteractsWithContainer
Methods
object
swap(string $abstract, object $instance)
Register an instance of an object in the container.
object
instance(string $abstract, object $instance)
Register an instance of an object in the container.
Details
at line 14
protected object
swap(string $abstract, object $instance)
Register an instance of an object in the container.
at line 26
protected object
instance(string $abstract, object $instance)
Register an instance of an object in the container.