TemplateReference::all()

array all() Gets the template parameters. Return Value array An array of parameters

FormRegistryInterface::hasType()

bool hasType(string $name) Returns whether the given form type is supported. Parameters string $name The name of the type Return Value bool Whether the type is supported

Collator::setAttribute()

bool setAttribute(int $attr, int $val) Not supported. Set a collator's attribute. Parameters int $attr An attribute specifier, one of the attribute constants int $val The attribute value, one of the attribute value constants Return Value bool True on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.setattribute.php

Bundle\WebProfilerBundle\Controller

Classes ExceptionController ExceptionController. ProfilerController ProfilerController. RouterController RouterController.

HashNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

Form::addError()

FormInterface addError(FormError $error) Adds an error to this form. Parameters FormError $error Return Value FormInterface The form instance

AbstractOperation::getMessages()

array getMessages(string $domain) Returns all valid messages ('all') after operation. Parameters string $domain Return Value array

Button::getPropertyPath()

PropertyPathInterface getPropertyPath() Unsupported method. Return Value PropertyPathInterface The property path

ResponseHeaderBag::setCookie()

setCookie(Cookie $cookie) Sets a cookie. Parameters Cookie $cookie

Request::getQueryString()

string|null getQueryString() Generates the normalized query string for the Request. It builds a normalized query string, where keys/value pairs are alphabetized and have consistent escaping. Return Value string|null A normalized query string for the Request