Request::getParameters()

array getParameters() Gets the request parameters. Return Value array The request parameters

NullOutput::setFormatter()

setFormatter(OutputFormatterInterface $formatter) Sets output formatter. Parameters OutputFormatterInterface $formatter

AccessMap::getPatterns()

array getPatterns(Request $request) Returns security attributes and required channel for the supplied request. Parameters Request $request The current request Return Value array A tuple of security attributes and the required channel

RemoteUserAuthenticationListener

class RemoteUserAuthenticationListener extends AbstractPreAuthenticatedListener REMOTE_USER authentication listener. Methods __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, $providerKey, $userKey = 'REMOTE_USER', LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null) handle(GetResponseEvent $event) Handles pre-authentication. from AbstractPreAuthenticatedListener Details __

Filesystem::remove()

remove(string|array|Traversable $files) Removes files or directories. Parameters string|array|Traversable $files A filename, an array of files, or a \Traversable instance to remove Exceptions IOException When removal fails

LogoutListener::addHandler()

addHandler(LogoutHandlerInterface $handler) Adds a logout handler. Parameters LogoutHandlerInterface $handler

SwitchUserEvent::getRequest()

Request getRequest() Return Value Request

AccessListener

class AccessListener implements ListenerInterface AccessListener enforces access control rules. Methods __construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, AccessMapInterface $map, AuthenticationManagerInterface $authManager) handle(GetResponseEvent $event) Handles access authorization. Details __construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, A

Specificity::compareTo()

int compareTo(Specificity $specificity) Returns -1 if the object specificity is lower than the argument, 0 if they are equal, and 1 if the argument is lower. Parameters Specificity $specificity Return Value int

Table::setStyleDefinition()

static setStyleDefinition(string $name, TableStyle $style) Sets a style definition. Parameters string $name The style name TableStyle $style A TableStyle instance