ContextualBindingBuilder
interface ContextualBindingBuilder
Methods
$this
needs(string $abstract)
Define the abstract target that depends on the context.
Details
at line 13
$this
needs(string $abstract)
Define the abstract target that depends on the context.
at line 21
void
give(Closure|string $implementation)
Define the implementation for the contextual binding.