DisabledException

class DisabledException extends AccountStatusException DisabledException is thrown when the user account is disabled. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AccountStatusException unserialize($str) from AccountStatusException string getMessageKey() Message key to be used by the translation component. array getMessageData() Message data

TransformationFailedException

class TransformationFailedException extends RuntimeException Indicates a value transformation error.

ArgumentMetadataFactory

class ArgumentMetadataFactory implements ArgumentMetadataFactoryInterface Builds {see ArgumentMetadata} objects based on the given Controller. Methods __construct() ArgumentMetadata[] createArgumentMetadata(mixed $controller) Details __construct() ArgumentMetadata[] createArgumentMetadata(mixed $controller) Parameters mixed $controller The controller to resolve the arguments for Return Value Arg

UsernameNotFoundException

class UsernameNotFoundException extends AuthenticationException UsernameNotFoundException is thrown if a User cannot be found by its username. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() unserialize($str) string getMessageKey() Message key to be used by the translation component. array getMessageData() Message data to be used by the translatio

Router::matchRequest()

array matchRequest(Request $request) Tries to match a request with a set of routes. If the matcher can not find information, it must throw one of the exceptions documented below. Parameters Request $request The request to match Return Value array An array of parameters Exceptions ResourceNotFoundException If no matching resource could be found MethodNotAllowedException If a matching resource was found but the request method is not allowed

ResultIterator

class ResultIterator implements Iterator Methods __construct(Connection $connection, Query $search) Entry current() Fetches the current entry. next() key() valid() rewind() Details __construct(Connection $connection, Query $search) Parameters Connection $connection Query $search Entry current() Fetches the current entry. Return Value Entry

IntlGlobals

class IntlGlobals Provides fake static versions of the global functions in the intl extension. Constants U_ZERO_ERROR Indicates that no error occurred. U_ILLEGAL_ARGUMENT_ERROR Indicates that an invalid argument was passed. U_PARSE_ERROR Indicates that the parse() operation failed. Methods static bool isFailure(int $errorCode) Returns whether the error code indicates a failure. static int getErrorCode() Returns the error code of the last operation. static string getE

InputDefinition::getOption()

InputOption getOption(string $name) Returns an InputOption by name. Parameters string $name The InputOption name Return Value InputOption A InputOption object Exceptions InvalidArgumentException When option given doesn't exist

MemcacheSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

DayTransformer deprecated

class DayTransformer extends DayTransformer deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\DayTransformer} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\DayTransformer}. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. from DayTransformer string getReverseMatchingRegExp(int $length) Returns a reverse matching regular ex