Output::isQuiet()

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

AcceptHeaderItem

class AcceptHeaderItem Represents an Accept-* header item. Methods __construct(string $value, array $attributes = array()) Constructor. static AcceptHeaderItem fromString(string $itemValue) Builds an AcceptHeaderInstance instance from a string. string __toString() Returns header value's string representation. AcceptHeaderItem setValue(string $value) Set the item value. string getValue() Returns the item value. AcceptHeaderItem setQuality(float $quality) Set the i

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

Comparator::setTarget()

setTarget(string $target) Sets the target value. Parameters string $target The target value

SelectorNode::getTree()

NodeInterface getTree() Return Value NodeInterface

NumberToLocalizedStringTransformer

class NumberToLocalizedStringTransformer implements DataTransformerInterface Transforms between a number type and a localized number with grouping (each thousand) and comma separators. Constants ROUND_CEILING Rounds a number towards positive infinity. Rounds 1.4 to 2 and -1.4 to -1. ROUND_FLOOR Rounds a number towards negative infinity. Rounds 1.4 to 1 and -1.4 to -2. ROUND_UP Rounds a number away from zero. Rounds 1.4 to 2 and -1.4 to -2. ROUND_DOWN Rounds a number towards zero. Rou

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

MetadataBag

class MetadataBag implements SessionBagInterface Metadata container. Adds metadata to the session. Constants CREATED UPDATED LIFETIME Methods __construct(string $storageKey = '_sf2_meta', int $updateThreshold) Constructor. initialize(array $array) Initializes the Bag. int getLifetime() Gets the lifetime that the session cookie was set with. stampNew(int $lifetime = null) Stamps a new session's metadata. string getStorageKey() Gets the storage key for thi