PdoCaster::castPdo()

static castPdo(PDO $c, array $a, Stub $stub, $isNested) Parameters PDO $c array $a Stub $stub $isNested

PdoCaster::castPdoStatement()

static castPdoStatement(PDOStatement $c, array $a, Stub $stub, $isNested) Parameters PDOStatement $c array $a Stub $stub $isNested

ResourceCaster::castMysqlLink()

static castMysqlLink($h, array $a, Stub $stub, $isNested) Parameters $h array $a Stub $stub $isNested

HttpKernelInterface

interface HttpKernelInterface HttpKernelInterface handles a Request to convert it to a Response. Constants MASTER_REQUEST SUB_REQUEST Methods Response handle(Request $request, int $type = self::MASTER_REQUEST, bool $catch = true) Handles a Request to convert it to a Response. Details Response handle(Request $request, int $type = self::MASTER_REQUEST, bool $catch = true) Handles a Request to convert it to a Response. When $catch is tru

ParameterBag::getIterator()

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

FilterControllerArgumentsEvent::setArguments()

setArguments(array $arguments) Parameters array $arguments

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

Profile::getCollector()

DataCollectorInterface getCollector(string $name) Gets a Collector by name. Parameters string $name A collector name Return Value DataCollectorInterface A DataCollectorInterface instance Exceptions InvalidArgumentException if the collector does not exist

Profile::getCollectors()

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

Form::isDisabled()

bool isDisabled() Returns whether this form is disabled. The content of a disabled form is displayed, but not allowed to be modified. The validation of modified disabled forms should fail. Forms whose parents are disabled are considered disabled regardless of their own state. Return Value bool