Session::getIterator()

ArrayIterator getIterator() Returns an iterator for attributes. Return Value ArrayIterator An \ArrayIterator instance

FormInterface::getErrors()

FormErrorIterator getErrors(bool $deep = false, bool $flatten = true) Returns the errors of this form. Parameters bool $deep Whether to include errors of child forms as well bool $flatten Whether to flatten the list of errors in case $deep is set to true Return Value FormErrorIterator An iterator over the {@link FormError} instances that where added to this form

PhpProcess::setPhpBinary()

setPhpBinary($php) Sets the path to the PHP binary to use. Parameters $php

ButtonBuilder::setCompound()

FormConfigBuilderInterface setCompound(bool $compound) Unsupported method. This method should not be invoked. Parameters bool $compound Whether the form should be compound Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

Compiler::getFunction()

getFunction($name) Parameters $name

Component\VarDumper\Exception

Exceptions ThrowingCasterException

FormDataCollector

class FormDataCollector extends DataCollector implements FormDataCollectorInterface Data collector for {@link FormInterface} instances. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct(FormDataExtractorInterface $dataExtractor) collect(Request $request, Response $response, Exception $exception = null) Does nothing. The data is collected during the form event listeners. associateFormWithView(FormInterface $form, FormView $view)

Definition::setPublic()

Definition setPublic(bool $boolean) Sets the visibility of this service. Parameters bool $boolean Return Value Definition The current instance

PhpEngine::extend()

extend(string $template) Decorates the current template with another one. Parameters string $template The decorator logical name

DoctrineDataCollector::addLogger()

addLogger(string $name, DebugStack $logger) Adds the stack logger for a connection. Parameters string $name DebugStack $logger