Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
This is the complete list of members for Slim\Factory\AppFactory, including all inherited members.
$callableResolver (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
$container (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
$middlewareDispatcher (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
$psr17FactoryProvider (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
$responseFactory (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
$routeCollector (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
$routeResolver (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
$slimHttpDecoratorsAutomaticDetectionEnabled (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
$streamFactory (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
attemptResponseFactoryDecoration(ResponseFactoryInterface $responseFactory, StreamFactoryInterface $streamFactory) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | protectedstatic |
create(?ResponseFactoryInterface $responseFactory=null, ?ContainerInterface $container=null, ?CallableResolverInterface $callableResolver=null, ?RouteCollectorInterface $routeCollector=null, ?RouteResolverInterface $routeResolver=null, ?MiddlewareDispatcherInterface $middlewareDispatcher=null) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
createFromContainer(ContainerInterface $container) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
determineResponseFactory() | Slim\Factory\AppFactory | static |
setCallableResolver(CallableResolverInterface $callableResolver) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
setContainer(ContainerInterface $container) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
setMiddlewareDispatcher(MiddlewareDispatcherInterface $middlewareDispatcher) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
setPsr17FactoryProvider(Psr17FactoryProviderInterface $psr17FactoryProvider) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
setResponseFactory(ResponseFactoryInterface $responseFactory) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
setRouteCollector(RouteCollectorInterface $routeCollector) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
setRouteResolver(RouteResolverInterface $routeResolver) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
setSlimHttpDecoratorsAutomaticDetection(bool $enabled) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |
setStreamFactory(StreamFactoryInterface $streamFactory) (defined in Slim\Factory\AppFactory) | Slim\Factory\AppFactory | static |