CallbackResolver
class CallbackResolver
Constants
SERVICE_PATTERN |
|
Methods
__construct(Container $app)
No description
bool
isValid(string $name)
Returns true if the string is a valid service method representation.
callable
convertCallback(string $name)
Returns a callable given its string representation.
string|callable
resolveCallback(string $name)
Returns a callable given its string representation if it is a valid service method.
Details
at line 22
__construct(Container $app)
at line 34
bool
isValid(string $name)
Returns true if the string is a valid service method representation.
at line 48
callable
convertCallback(string $name)
Returns a callable given its string representation.
at line 74
string|callable
resolveCallback(string $name)
Returns a callable given its string representation if it is a valid service method.