메소드 |
설명 |
|
addRoute ( Silex\ControllerCollection $ctr, $name, array $config ) |
|
|
addRoutes ( Silex\ControllerCollection $c ) |
|
|
getConfigurationRoutes ( ) : array |
Return routes (as arrays) that will be converted to route objects. |
|
resolveAfter ( array | string | null $after ) : Closure |
Returns a closure that will resolve the middleware callback
to call on kernel response and call it. |
|
resolveBefore ( array | string | null $before ) : Closure |
Returns a closure that will resolve the middleware callback
to call on kernel request and call it. |
|
resolveMiddleware ( array | string | null $callback ) : Closure |
Returns a closure that will resolve the class to use
in middleware callback if one isn't specified |
|