ResourceCaster::castMysqlLink()

static castMysqlLink($h, array $a, Stub $stub, $isNested) Parameters $h 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::castPdo()

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

FileResource::unserialize()

unserialize($serialized) Parameters $serialized

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

FlashBag::has()

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

LoggerDataCollector::getPriorities()

getPriorities()

ProfilerStorageInterface::write()

bool write(Profile $profile) Saves a Profile. Parameters Profile $profile A Profile instance Return Value bool Write operation successful

ResponseHeaderBag

class ResponseHeaderBag extends HeaderBag ResponseHeaderBag is a container for Response HTTP headers. Constants COOKIES_FLAT COOKIES_ARRAY DISPOSITION_ATTACHMENT DISPOSITION_INLINE Methods __construct(array $headers = array()) Constructor. string __toString() Returns the headers as a string. array all() Returns the headers. from HeaderBag array keys() Returns the parameter keys. from HeaderBag replace(array $headers = array()) Replaces the current HTTP

SecurityExtension

class SecurityExtension extends Extension SecurityExtension. Methods string getXsdValidationBasePath() Returns the base path for the XSD files. string getNamespace() Returns the namespace to be used for this extension (XML namespace). string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. array getClassesToCompile() Gets the c