Response::isInformational()

bool isInformational() Is response informative? Return Value bool

Component\Cache\Adapter

Classes AbstractAdapter ApcuAdapter ArrayAdapter ChainAdapter Chains several adapters together. DoctrineAdapter FilesystemAdapter ProxyAdapter RedisAdapter Interfaces AdapterInterface Interface for adapters managing instances of Symfony's {see CacheItem}.

Cookie::getName()

string getName() Gets the name of the cookie. Return Value string The cookie name

Session::getFlashBag()

FlashBagInterface getFlashBag() Gets the flashbag interface. Return Value FlashBagInterface

FormInterface::getData()

mixed getData() Returns the data in the format needed for the underlying object. Return Value mixed

NameNode

class NameNode extends Node Properties $nodes from Node $attributes from Node Methods __construct($name) Constructor. __toString() from Node compile(Compiler $compiler) evaluate($functions, $values) Details __construct($name) Constructor. Parameters $name __toString() compile(Compiler $compiler) Parameters Compiler $compiler

RouteCollection::setSchemes()

setSchemes(string|array $schemes) Sets the schemes (e.g. 'https') all child routes are restricted to. Parameters string|array $schemes The scheme or an array of schemes

TimeZoneTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

SymfonyStyle::warning()

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

CliDumper::leaveHash()

leaveHash(Cursor $cursor, int $type, string $class, bool $hasChild, int $cut) Dumps while leaving an hash. Parameters Cursor $cursor The Cursor position in the dump int $type A Cursor::HASH_* const for the type of hash string $class The object class, resource type or array count bool $hasChild When the dump of the hash has child item int $cut The number of items the hash has been cut by