CommandTester::getInput()

InputInterface getInput() Gets the input instance used by the last execution of the command. Return Value InputInterface The current input instance

ProgressBar::setProgress()

setProgress(int $step) Sets the current progress. Parameters int $step The current progress Exceptions LogicException

FormConfigBuilder::setErrorBubbling()

FormConfigBuilderInterface setErrorBubbling(bool $errorBubbling) Sets whether errors bubble up to the parent. Parameters bool $errorBubbling Return Value FormConfigBuilderInterface The configuration object

PhpBridgeSessionStorage::clear()

clear() Clear all session data in memory.

FormTypeInterface::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

LegacyChoiceListAdapter deprecated

class LegacyChoiceListAdapter implements ChoiceListInterface deprecated Added for backwards compatibility in Symfony 2.7, to be removed in Symfony 3.0. Adapts a legacy choice list implementation to {@link ChoiceListInterface}. Methods __construct(ChoiceListInterface $adaptedList) Adapts a legacy choice list to {@link ChoiceListInterface}. array getChoices() Returns all selectable choices. string[] getValues() Returns the values for the choices. string[] getStructuredVa

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