ReflectionCaster::castClass()

static castClass(ReflectionClass $c, array $a, Stub $stub, $isNested, $filter) Parameters ReflectionClass $c array $a Stub $stub $isNested $filter

ReflectionCaster::castExtension()

static castExtension(ReflectionExtension $c, array $a, Stub $stub, $isNested) Parameters ReflectionExtension $c array $a Stub $stub $isNested

ReflectionCaster::castMethod()

static castMethod(ReflectionMethod $c, array $a, Stub $stub, $isNested) Parameters ReflectionMethod $c array $a Stub $stub $isNested

ReflectionCaster::castGenerator()

static castGenerator(Generator $c, array $a, Stub $stub, $isNested) Parameters Generator $c array $a Stub $stub $isNested

ReflectionCaster

class ReflectionCaster Casts Reflector related classes to array representation. Methods static castClosure(Closure $c, array $a, Stub $stub, $isNested) static castGenerator(Generator $c, array $a, Stub $stub, $isNested) static castType(ReflectionType $c, array $a, Stub $stub, $isNested) static castReflectionGenerator(ReflectionGenerator $c, array $a, Stub $stub, $isNested) static castClass(ReflectionClass $c, array $a, Stub $stub, $isNested, $filter) static

RedisProfilerStorage deprecated::purge()

purge() Purges all data from the database.

RedisProfilerStorage deprecated::write()

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

RedisProfilerStorage deprecated::read()

Profile read(string $token) Reads data associated with the given token. The method returns false if the token does not exist in the storage. Parameters string $token A token Return Value Profile The profile associated with token

RedisProfilerStorage deprecated::setRedis()

setRedis(Redis $redis) Set instance of the Redis. Parameters Redis $redis

ReferenceDumper deprecated

class ReferenceDumper extends YamlReferenceDumper deprecated since version 2.4, to be removed in 3.0. Use {@link \Symfony\Component\Config\Definition\Dumper\YamlReferenceDumper} instead. Methods dump(ConfigurationInterface $configuration) from YamlReferenceDumper dumpNode(NodeInterface $node) from YamlReferenceDumper Details dump(ConfigurationInterface $configuration) Parameters ConfigurationInterface $configuration