Client::setServerParameters()

setServerParameters(array $server) Sets server parameters. Parameters array $server An array of server parameters

DumpListener

class DumpListener implements EventSubscriberInterface Configures dump() handler. Methods __construct(ClonerInterface $cloner, DataDumperInterface $dumper) configure() static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details __construct(ClonerInterface $cloner, DataDumperInterface $dumper) Parameters ClonerInterface $cloner Cloner service DataDumperInterface $dumper Dumper servi

FlashBag::has()

bool has(string $type) Has flash messages for a given type? Parameters string $type Return Value bool

Store::lock()

bool|string lock(Request $request) Tries to lock the cache for a given Request, without blocking. Parameters Request $request A Request instance Return Value bool|string true if the lock is acquired, the path to the current lock otherwise

FileResource::unserialize()

unserialize($serialized) Parameters $serialized

PdoCaster::castPdo()

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

Request::isMethod()

bool isMethod(string $method) Checks if the request method is of specified type. Parameters string $method Uppercase request method (GET, POST etc) Return Value bool

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