SecurityDataCollector::isEnabled()

bool isEnabled() Checks if security is enabled. Return Value bool true if security is enabled, false otherwise

SymfonyTestsListener::addSkippedTest()

addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) Parameters PHPUnit_Framework_Test $test Exception $e $time

ParseException

class ParseException extends Exception implements ExceptionInterface ParseException is thrown when a CSS selector syntax is not valid. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.

InputDefinition::addOptions()

addOptions(InputOption[] $options = array()) Adds an array of InputOption objects. Parameters InputOption[] $options An array of InputOption objects

ConstraintViolationList::offsetUnset()

offsetUnset($offset) {@inheritdoc} Parameters $offset

FileFormField::upload()

upload(string $value) Sets the value of the field. Parameters string $value The value of the field

ArgumentMetadata::isVariadic()

bool isVariadic() Returns whether the argument is defined as ". ..$variadic". Return Value bool

SerializerInterface::serialize()

string serialize(mixed $data, string $format, array $context = array()) Serializes data in the appropriate format. Parameters mixed $data any data string $format format name array $context options normalizers/encoders have access to Return Value string

KernelInterface::getName()

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

Kernel::getLogDir()

string getLogDir() Gets the log directory. Return Value string The log directory