InteractsWithContainer
trait InteractsWithContainer (View source)
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
protected object
swap(string $abstract, object $instance)
Register an instance of an object in the container.
protected object
instance(string $abstract, object $instance)
Register an instance of an object in the container.