Profile::getCollectors()

DataCollectorInterface[] getCollectors() Gets the Collectors associated with this profile. Return Value DataCollectorInterface[]

ProfilerStorageInterface

interface ProfilerStorageInterface ProfilerStorageInterface. Methods array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler tokens for the given criteria. Profile read(string $token) Reads data associated with the given token. bool write(Profile $profile) Saves a Profile. purge() Purges all data from the database. Details array find(string $ip, string $url, string $limi

FilterControllerArgumentsEvent::setArguments()

setArguments(array $arguments) Parameters array $arguments

ParameterBag::getIterator()

ArrayIterator getIterator() Returns an iterator for parameters. Return Value ArrayIterator An \ArrayIterator instance

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

ArgumentMetadata::isVariadic()

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

FileFormField::upload()

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

ConstraintViolationList::offsetUnset()

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

InputDefinition::addOptions()

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

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.