TraceableUrlMatcher::getTracesForRequest()

getTracesForRequest(Request $request) Parameters Request $request

ClosureLoader

class ClosureLoader extends Loader ClosureLoader loads routes from a PHP closure. The Closure must return a RouteCollection instance. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null) Imports a resource. from Loader LoaderInterface resolve(mixed $resource, string|null $type = null) Finds a loader able to

ServiceUnavailableHttpException

class ServiceUnavailableHttpException extends HttpException ServiceUnavailableHttpException. Methods __construct(int|string $retryAfter = null, $message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct(int|string $retryAfter = null, $message = null, Exception $previous = null, $code)

InputStream::getIterator()

getIterator()

ObjectRouteLoader

class ObjectRouteLoader extends Loader A route loader that calls a method on an object to load the routes. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null) Imports a resource. from Loader LoaderInterface resolve(mixed $resource, string|null $type = null) Finds a loader able to load an imported resource.

DOMCaster::castNotation()

static castNotation(DOMNotation $dom, array $a, Stub $stub, $isNested) Parameters DOMNotation $dom array $a Stub $stub $isNested

RequestContextAwareInterface::setContext()

setContext(RequestContext $context) Sets the request context. Parameters RequestContext $context The context

Request::getCookies()

array getCookies() Gets the request cookies. Return Value array The request cookies

UrlGenerator::isStrictRequirements()

bool|null isStrictRequirements() Returns whether to throw an exception on incorrect parameters. Null means the requirements check is deactivated completely. Return Value bool|null

FirewallMap::add()

add(RequestMatcherInterface $requestMatcher = null, array $listeners = array(), ExceptionListener $exceptionListener = null) Parameters RequestMatcherInterface $requestMatcher array $listeners ExceptionListener $exceptionListener