Store::cleanup()

cleanup() Cleanups storage.

DialogHelper deprecated

class DialogHelper extends InputAwareHelper deprecated since version 2.5, to be removed in 3.0. Use {@link \Symfony\Component\Console\Helper\QuestionHelper} instead. The Dialog class provides helpers to interact with the user. Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of

FormView::offsetGet()

FormView offsetGet(string $name) Returns a child by name (implements \ArrayAccess). Parameters string $name The child name Return Value FormView The child view

SessionInterface::save()

save() Force the session to be saved and closed. This method is generally not required for real sessions as the session will be automatically saved at the end of code execution.

NumberFormatter::getAttribute()

bool|int getAttribute(int $attr) Returns an attribute value. Parameters int $attr An attribute specifier, one of the numeric attribute constants Return Value bool|int The attribute value on success or false on error See also http://www.php.net/manual/en/numberformatter.getattribute.php

Regex::setEndJoker()

Regex setEndJoker(bool $endJoker) Parameters bool $endJoker Return Value Regex

PreAuthenticatedToken

class PreAuthenticatedToken extends AbstractToken PreAuthenticatedToken implements a pre-authenticated token. Methods __construct(string|object $user, mixed $credentials, string $providerKey, array $roles = array()) Constructor. RoleInterface[] getRoles() Returns the user roles. from AbstractToken string getUsername() Returns the username. from AbstractToken mixed getUser() Returns a user representation. from AbstractToken setUser(mixed $user) Sets a user. from Abstract

CookieTheftException

class CookieTheftException extends AuthenticationException This exception is thrown when the RememberMeServices implementation detects that a presented cookie has already been used by someone else. 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 key

Hour2400Transformer::normalizeHour()

int normalizeHour(int $hour, string $marker = null) Returns a normalized hour value suitable for the hour transformer type. Parameters int $hour The hour value string $marker An optional AM/PM marker Return Value int The normalized hour value

WindowsPipes::haveReadSupport()

bool haveReadSupport() Returns if pipes are able to read output. Return Value bool