DoctrineOrmExtension

class DoctrineOrmExtension extends AbstractExtension Methods FormTypeInterface getType(string $name) Returns a type by name. from AbstractExtension bool hasType(string $name) Returns whether the given type is supported. from AbstractExtension FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. from AbstractExtension bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type.

Output::isQuiet()

bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool true if verbosity is set to VERBOSITY_QUIET, false otherwise

TokenStorageInterface

interface TokenStorageInterface Stores CSRF tokens. Methods string getToken(string $tokenId) Reads a stored CSRF token. setToken(string $tokenId, string $token) Stores a CSRF token. string|null removeToken(string $tokenId) Removes a CSRF token. bool hasToken(string $tokenId) Checks whether a token with the given token ID exists. Details string getToken(string $tokenId) Reads a stored CSRF token. Parameters string $tokenId The t

StringUtil deprecated

class StringUtil deprecated Deprecated since version 3.1, to be removed in 4.0. Use {@see Symfony\Component\Inflector\Inflector} instead. Creates singulars from plurals. Methods static string|array singularify(string $plural) deprecated Returns the singular form of a word. Details static string|array singularify(string $plural) deprecated deprecated Deprecated since version 3.1, to be removed in 4.0. Use {@see Symfony\Component\Inflector\Inf

SelectorNode::getTree()

NodeInterface getTree() Return Value NodeInterface

Component\Console\Tester

Classes ApplicationTester Eases the testing of console applications. CommandTester Eases the testing of console commands.

SymfonyStyle::error()

error(string|array $message) Formats an error result bar. Parameters string|array $message

AlreadyBoundException deprecated

class AlreadyBoundException extends LogicException deprecated since version 2.3, to be removed in 3.0. Use {@link AlreadySubmittedException} instead. Alias of {@link AlreadySubmittedException}. Methods __construct($message = '', $code, Exception $previous = null) Details __construct($message = '', $code, Exception $previous = null) Parameters $message $code Exception $previous

Input::getArgument()

mixed getArgument(string $name) Returns the argument value for a given argument name. Parameters string $name The argument name Return Value mixed The argument value Exceptions InvalidArgumentException When argument given doesn't exist

Question::setAutocompleterValues()

Question setAutocompleterValues(null|array|Traversable $values) Sets values for the autocompleter. Parameters null|array|Traversable $values Return Value Question The current instance Exceptions InvalidArgumentException LogicException