ExpressionErrorException

class ExpressionErrorException extends ParseException ParseException is thrown when a CSS selector syntax is not valid. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.

Serializer::supportsNormalization()

bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class is supported for normalization by this normalizer. Parameters mixed $data Data to normalize. string $format The format being (de-)serialized from or into. Return Value bool

Session::getName()

mixed getName() Returns the session name. Return Value mixed The session name

MemberMetadata

class MemberMetadata extends GenericMetadata implements PropertyMetadataInterface Stores all metadata needed for validating a class property. The method of accessing the property's value must be specified by subclasses by implementing the {@link newReflectionMember()} method. This class supports serialization and cloning. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascading objects.

Command deprecated::join()

string join() Joins bits. Return Value string

AbstractFormLoginAuthenticator

class AbstractFormLoginAuthenticator extends AbstractGuardAuthenticator A base class to make form login authentication easier! Traits TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate. Methods GuardTokenInterface createAuthenticatedToken(UserInterface $user, string $providerKey) Create an authenticated token for the given user. from AbstractGuardAuthenticator Response|null onAuthenticationFailure(Request $request, Authentic

MissingResourceException

class MissingResourceException extends RuntimeException Thrown when an invalid entry of a resource bundle was requested.

LazyChoiceList

class LazyChoiceList implements ChoiceListInterface A choice list that loads its choices lazily. The choices are fetched using a {@link ChoiceLoaderInterface} instance. If only {@link getChoicesForValues()} or {@link getValuesForChoices()} is called, the choice list is only loaded partially for improved performance. Once {@link getChoices()} or {@link getValues()} is called, the list is loaded fully. Methods __construct(ChoiceLoaderInterface $loader, callable $value = null) Creates a laz

DumpDataCollector::getDumpsCount()

getDumpsCount()

Response::getProtocolVersion()

string getProtocolVersion() Gets the HTTP protocol version. Return Value string The HTTP protocol version