Trait CallableResolverAwareTrait
ResolveCallable
This is an internal class that enables resolution of 'class:method' strings into a closure. This class is an implementation detail and is used only inside of the Slim application.
Direct Known Users
Indirect Known Users
Methods summary
protected
Closure
|
#
resolveCallable( callable|string $callable )
Resolve a string of the format 'class:method' into a closure that the router can dispatch. |
Properties summary
Magic properties
public
Psr\Container\ContainerInterface
|
$container
|