Locale deprecated::getDisplayCountries()

static array getDisplayCountries(string $locale) Returns the country names for a locale. Parameters string $locale The locale to use for the country names Return Value array The country names with their codes as keys Exceptions RuntimeException When the resource bundles cannot be loaded

LdapInterface::escape()

string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. Parameters string $subject string $ignore int $flags Return Value string

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