ChoiceQuestion::getPrompt()

string getPrompt() Gets the prompt for choices. Return Value string

AbstractPipes

class AbstractPipes implements PipesInterface Properties array $pipes Methods __construct($input) close() Closes file handles and pipes. Details __construct($input) Parameters $input close() Closes file handles and pipes.

Button::createView()

FormView createView(FormView $parent = null) Creates a view. Parameters FormView $parent The parent view Return Value FormView The view

Form::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

FormBuilder::count()

count() {@inheritdoc}

AbstractType::buildView()

buildView(FormView $view, FormInterface $form, array $options) Builds the form view. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the view. A view of a form is built before the views of the child forms are built. This means that you cannot access child views in this method. If you need to do so, move your logic to {@link finishView()} instead. Parameters FormView $view The view FormInterface $form The form

RepeatedPass::getPasses()

RepeatablePassInterface[] getPasses() Returns the passes. Return Value RepeatablePassInterface[] An array of RepeatablePassInterface objects

PdoProfilerStorage deprecated::read()

Profile read(string $token) Reads data associated with the given token. The method returns false if the token does not exist in the storage. Parameters string $token A token Return Value Profile The profile associated with token

Output

class Output implements OutputInterface Base class for output classes. There are five levels of verbosity: normal: no option passed (normal output) verbose: -v (more output) very verbose: -vv (highly extended output) debug: -vvv (all debug output) quiet: -q (no output) Methods __construct(int $verbosity = self::VERBOSITY_NORMAL, bool $decorated = false, OutputFormatterInterface $formatter = null) Constructor. setFormatter(OutputFormatterInterface $formatter) Sets output formatter.

Command::getAliases()

array getAliases() Returns the aliases for the command. Return Value array An array of aliases for the command