AuthenticationCredentialsNotFoundException

class AuthenticationCredentialsNotFoundException extends AuthenticationException AuthenticationCredentialsNotFoundException is thrown when an authentication is rejected because no Token is available. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AuthenticationException unserialize($str) from AuthenticationException string getMessageKey() Message k

Table::setColumnWidths()

Table setColumnWidths(array $widths) Sets the minimum width of all columns. Parameters array $widths Return Value Table

UnexpectedValueException

class UnexpectedValueException extends UnexpectedValueException implements ExceptionInterface UnexpectedValueException.

Helper::strlenWithoutDecoration()

static strlenWithoutDecoration(OutputFormatterInterface $formatter, $string) Parameters OutputFormatterInterface $formatter $string

FirewallMap::add()

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

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

Request::getCookies()

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

RequestContextAwareInterface::setContext()

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

DOMCaster::castNotation()

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

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.