ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($callable, ContainerInterface $container=null) | |
DeferredMiddleware constructor. More... | |
__invoke () | |
Private Attributes | |
$callable | |
$container | |
Definition at line 15 of file DeferredCallable.php.
Slim\DeferredCallable::__construct | ( | $callable, | |
ContainerInterface | $container = null |
||
) |
DeferredMiddleware constructor.
callable | string | $callable | |
ContainerInterface | $container |
Definition at line 28 of file DeferredCallable.php.
References $container.
Slim\DeferredCallable::__invoke | ( | ) |
Definition at line 34 of file DeferredCallable.php.
|
private |
Definition at line 19 of file DeferredCallable.php.
|
private |
Definition at line 21 of file DeferredCallable.php.