Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
This is the complete list of members for Slim\App, including all inherited members.
$callableResolver (defined in Slim\Routing\RouteCollectorProxy) | Slim\Routing\RouteCollectorProxy | protected |
$container (defined in Slim\Routing\RouteCollectorProxy) | Slim\Routing\RouteCollectorProxy | protected |
$groupPattern (defined in Slim\Routing\RouteCollectorProxy) | Slim\Routing\RouteCollectorProxy | protected |
$middlewareDispatcher (defined in Slim\App) | Slim\App | protected |
$responseFactory (defined in Slim\Routing\RouteCollectorProxy) | Slim\Routing\RouteCollectorProxy | protected |
$routeCollector (defined in Slim\Routing\RouteCollectorProxy) | Slim\Routing\RouteCollectorProxy | protected |
$routeResolver (defined in Slim\App) | Slim\App | protected |
__construct(ResponseFactoryInterface $responseFactory, ?ContainerInterface $container=null, ?CallableResolverInterface $callableResolver=null, ?RouteCollectorInterface $routeCollector=null, ?RouteResolverInterface $routeResolver=null, ?MiddlewareDispatcherInterface $middlewareDispatcher=null) (defined in Slim\App) | Slim\App | |
__construct(ResponseFactoryInterface $responseFactory, CallableResolverInterface $callableResolver, ?ContainerInterface $container=null, ?RouteCollectorInterface $routeCollector=null, string $groupPattern='') (defined in Slim\Routing\RouteCollectorProxy) | Slim\Routing\RouteCollectorProxy | |
add($middleware) | Slim\App | |
addBodyParsingMiddleware(array $bodyParsers=[]) | Slim\App | |
addErrorMiddleware(bool $displayErrorDetails, bool $logErrors, bool $logErrorDetails, ?LoggerInterface $logger=null) | Slim\App | |
addMiddleware(MiddlewareInterface $middleware) | Slim\App | |
addRoutingMiddleware() | Slim\App | |
any(string $pattern, $callable) | Slim\Routing\RouteCollectorProxy | |
delete(string $pattern, $callable) | Slim\Routing\RouteCollectorProxy | |
get(string $pattern, $callable) | Slim\Routing\RouteCollectorProxy | |
getBasePath() | Slim\Routing\RouteCollectorProxy | |
getCallableResolver() | Slim\Routing\RouteCollectorProxy | |
getContainer() | Slim\Routing\RouteCollectorProxy | |
getMiddlewareDispatcher() | Slim\App | |
getResponseFactory() | Slim\Routing\RouteCollectorProxy | |
getRouteCollector() | Slim\Routing\RouteCollectorProxy | |
getRouteResolver() | Slim\App | |
group(string $pattern, $callable) | Slim\Routing\RouteCollectorProxy | |
handle(ServerRequestInterface $request) | Slim\App | |
map(array $methods, string $pattern, $callable) | Slim\Routing\RouteCollectorProxy | |
options(string $pattern, $callable) | Slim\Routing\RouteCollectorProxy | |
patch(string $pattern, $callable) | Slim\Routing\RouteCollectorProxy | |
post(string $pattern, $callable) | Slim\Routing\RouteCollectorProxy | |
put(string $pattern, $callable) | Slim\Routing\RouteCollectorProxy | |
redirect(string $from, $to, int $status=302) | Slim\Routing\RouteCollectorProxy | |
run(?ServerRequestInterface $request=null) | Slim\App | |
setBasePath(string $basePath) | Slim\Routing\RouteCollectorProxy | |
VERSION | Slim\App |