ResolvesCallables
trait ResolvesCallables
Methods
mixed
resolveCallable(mixed $value)
Call the given value if callable and inject its dependencies.
bool
useAsCallable(mixed $value)
Determine if the given value is callable, but not a string.
Details
at line 14
protected mixed
resolveCallable(mixed $value)
Call the given value if callable and inject its dependencies.
at line 22
protected bool
useAsCallable(mixed $value)
Determine if the given value is callable, but not a string.