PersistentTokenInterface::getUsername()

string getUsername() Returns the username. Return Value string

CompiledRoute::getHostVariables()

array getHostVariables() Returns the host variables. Return Value array The variables

ClassMetadata::addGetterConstraints()

ClassMetadata addGetterConstraints(string $property, array $constraints) Parameters string $property array $constraints Return Value ClassMetadata

Question::getAutocompleterValues()

null|array|Traversable getAutocompleterValues() Gets values for the autocompleter. Return Value null|array|Traversable

ResponseListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

Regex::replaceJokers()

Regex replaceJokers(array $replacement) Parameters array $replacement Return Value Regex

ContainerBuilder::addDefinitions()

addDefinitions(array $definitions) Adds the service definitions. Parameters array $definitions An array of service definitions

ResponseListener::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Parameters FilterResponseEvent $event

ConstraintViolationList::addAll()

addAll(ConstraintViolationListInterface $otherList) Merges an existing violation list into this list. Parameters ConstraintViolationListInterface $otherList The list to merge

LocaleListener::onKernelRequest()

onKernelRequest(GetResponseEvent $event) Parameters GetResponseEvent $event