ReflectionCaster::castFunctionAbstract()

static castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter) Parameters ReflectionFunctionAbstract $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::castClosure()

static castClosure(Closure $c, array $a, Stub $stub, $isNested) Parameters Closure $c array $a Stub $stub $isNested

ReflectionCaster::castClass()

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

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

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

Reference

class Reference Reference represents a service reference. Methods __construct(string $id, int $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE) string __toString() int getInvalidBehavior() Returns the behavior to be used when the service does not exist. Details __construct(string $id, int $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE) Parameters string $id The service identifier int $inv

RedisProfilerStorage deprecated::write()

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

RedisProfilerStorage deprecated::setRedis()

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

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