SimplePreAuthenticationFactory::getPosition()

getPosition()

Cookie::getExpiresTime()

string getExpiresTime() Gets the expires time of the cookie. Return Value string The cookie expires time

Router::setContext()

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

Client::setServerParameter()

setServerParameter(string $key, string $value) Sets single server parameter. Parameters string $key A key of the parameter string $value A value of the parameter

MutableAclInterface::deleteObjectFieldAce()

deleteObjectFieldAce(int $index, string $field) Deletes an object-field-based ACE Parameters int $index string $field

FormConfigBuilderInterface::setFormFactory()

setFormFactory(FormFactoryInterface $formFactory) Sets the form factory used for creating new forms. Parameters FormFactoryInterface $formFactory The form factory

Route::compile()

CompiledRoute compile() Compiles the route. Return Value CompiledRoute A CompiledRoute instance Exceptions LogicException If the Route cannot be compiled because the path or host pattern is invalid See also RouteCompiler which is responsible for the compilation process

TokenInterface::isAuthenticated()

bool isAuthenticated() Returns whether the user is authenticated or not. Return Value bool true if the token has been authenticated, false otherwise

Token::isHash()

bool isHash() Return Value bool

ExecutionContext::setGroup()

setGroup(string|null $group) Sets the currently validated group. Parameters string|null $group The validated group