Cookie::getName()

string getName() Gets the name of the cookie. Return Value string The cookie name

Session::getFlashBag()

FlashBagInterface getFlashBag() Gets the flashbag interface. Return Value FlashBagInterface

FormInterface::getData()

mixed getData() Returns the data in the format needed for the underlying object. Return Value mixed

NameNode

class NameNode extends Node Properties $nodes from Node $attributes from Node Methods __construct($name) Constructor. __toString() from Node compile(Compiler $compiler) evaluate($functions, $values) Details __construct($name) Constructor. Parameters $name __toString() compile(Compiler $compiler) Parameters Compiler $compiler

RouteCollection::setSchemes()

setSchemes(string|array $schemes) Sets the schemes (e.g. 'https') all child routes are restricted to. Parameters string|array $schemes The scheme or an array of schemes

TimeZoneTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

WebProfilerExtension::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

Component\HttpFoundation\Exception

Classes ConflictingHeadersException The HTTP request contains headers with conflicting information.

HeaderBag::addCacheControlDirective()

addCacheControlDirective(string $key, mixed $value = true) Adds a custom Cache-Control directive. Parameters string $key The Cache-Control directive name mixed $value The Cache-Control directive value

FormErrorIterator

class FormErrorIterator implements RecursiveIterator, SeekableIterator, ArrayAccess, Countable Iterates over the errors of a form. Optionally, this class supports recursive iteration. In order to iterate recursively, set the constructor argument $deep to true. Now each element returned by the iterator is either an instance of {@link FormError} or of {@link FormErrorIterator}, in case the errors belong to a sub-form. You can also wrap the iterator into a {@link \RecursiveIteratorIterator} to