FlashBagInterface::setAll()

setAll(array $messages) Sets all flash messages. Parameters array $messages

DenormalizerInterface

interface DenormalizerInterface Defines the interface of denormalizers. Methods object denormalize(mixed $data, string $class, string $format = null, array $context = array()) Denormalizes data back into an object of the given class. bool supportsDenormalization(mixed $data, string $type, string $format = null) Checks whether the given class is supported for denormalization by this normalizer. Details object denormalize(mixed $data, string $class, str

PhpProcess

class PhpProcess extends Process PhpProcess runs a PHP script in an independent process. $p = new PhpProcess('<?php echo "foo"; ?>'); $p->run(); print $p->getOutput()."\n"; Constants ERR OUT STATUS_READY STATUS_STARTED STATUS_TERMINATED STDIN STDOUT STDERR TIMEOUT_PRECISION ITER_NON_BLOCKING ITER_KEEP_OUTPUT ITER_SKIP_OUT ITER_SKIP_ERR Properties static array $exitCodes Exit codes translation table. from Process Methods

DummyException deprecated

class DummyException extends ErrorException deprecated since version 2.5, to be removed in 3.0.

FlashBag::clear()

mixed clear() Clears out data from bag. Return Value mixed Whatever data was contained

FlashBag::getName()

string getName() Gets this bag's name. Return Value string

TransChoiceTokenParser::getTag()

string getTag() Gets the tag name associated with this token parser. Return Value string The tag name

ResolvedFormTypeInterface

interface ResolvedFormTypeInterface A wrapper for a form type and its extensions. Methods string getBlockPrefix() Returns the prefix of the template block name for this type. ResolvedFormTypeInterface|null getParent() Returns the parent type. FormTypeInterface getInnerType() Returns the wrapped form type. FormTypeExtensionInterface[] getTypeExtensions() Returns the extensions of the wrapped form type. FormBuilderInterface createBuilder(FormFactoryInterface $factory, s

WriteCheckSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

CacheInterface

interface CacheInterface Persists ClassMetadata instances in a cache. Methods has(string $class) Returns whether metadata for the given class exists in the cache. ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache. write(ClassMetadata $metadata) Stores a class metadata in the cache. Details has(string $class) Returns whether metadata for the given class exists in the cache. Parameters st