Session::all()

array all() Returns attributes. Return Value array Attributes

UrlMatcher::setContext()

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

PropertyPathIterator

class PropertyPathIterator extends ArrayIterator implements PropertyPathIteratorInterface Traverses a property path and provides additional methods to find out information about the current element. Methods __construct(PropertyPathInterface $path) Constructor. bool isIndex() Returns whether the current element in the property path is an array index. bool isProperty() Returns whether the current element in the property path is a property name. Details

ActionsExtension deprecated::getName()

getName() {@inheritdoc}

UsernamePasswordToken::unserialize()

unserialize($serialized) {@inheritdoc} Parameters $serialized

AbstractRememberMeServices::getRememberMeParameter()

string getRememberMeParameter() Returns the parameter that is used for checking whether remember-me services have been requested. Return Value string

MessageCatalogueInterface::addFallbackCatalogue()

addFallbackCatalogue(MessageCatalogueInterface $catalogue) Merges translations from the given Catalogue into the current one only when the translation does not exist. This is used to provide default translations when they do not exist for the current locale. Parameters MessageCatalogueInterface $catalogue A MessageCatalogueInterface instance

Request::getUri()

string getUri() Gets the request URI. Return Value string The request URI

EventDispatcherInterface::dispatch()

Event dispatch(string $eventName, Event $event = null) Dispatches an event to all registered listeners. Parameters string $eventName The name of the event to dispatch. The name of the event is the name of the method that is invoked on listeners. Event $event The event to pass to the event handlers/listeners If not supplied, an empty Event instance is created. Return Value Event

AbstractComparisonValidator

class AbstractComparisonValidator extends ConstraintValidator Provides a base class for the validation of property comparisons. Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Chec