FlashBag::getName()

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

FlashBag::clear()

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

DummyException deprecated

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

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

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

AuditableEntryInterface::isAuditSuccess()

bool isAuditSuccess() Whether auditing for successful denies is turned on Return Value bool

TableStyle::getCellRowContentFormat()

string getCellRowContentFormat() Gets row cell content format. Return Value string

NodeExtension::getName()

string getName() Returns extension name. Return Value string

NativeSessionStorage::setOptions()

setOptions(array $options) Sets session.* ini variables. For convenience we omit 'session.' from the beginning of the keys. Explicitly ignores other ini keys. Parameters array $options Session ini directives array(key => value) See also http://php.net/session.configuration

PhpEngine::getCharset()

string getCharset() Gets the current charset. Return Value string The current charset