ReflectionCaster
class ReflectionCaster
Casts Reflector related classes to array representation.
Methods
static |
castReflector(Reflector $c, array $a, Stub $stub, $isNested) deprecated |
|
static |
castClosure(Closure $c, array $a, Stub $stub, $isNested) |
|
static |
castClass(ReflectionClass $c, array $a, Stub $stub, $isNested, $filter) |
|
static |
castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter) |
|
static |
castMethod(ReflectionMethod $c, array $a, Stub $stub, $isNested) |
|
static |
castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested) |
|
static |
castProperty(ReflectionProperty $c, array $a, Stub $stub, $isNested) |
|
static |
castExtension(ReflectionExtension $c, array $a, Stub $stub, $isNested) |
|
static |
castZendExtension(ReflectionZendExtension $c, array $a, Stub $stub, $isNested) |
|
Details
static castReflector(Reflector $c, array $a, Stub $stub, $isNested) deprecated
deprecated
since Symfony 2.7, to be removed in 3.0.
Parameters
static castClosure(Closure $c, array $a, Stub $stub, $isNested)
Parameters
static castClass(ReflectionClass $c, array $a, Stub $stub, $isNested, $filter)
Parameters
static castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter)
Parameters
static castMethod(ReflectionMethod $c, array $a, Stub $stub, $isNested)
Parameters
static castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested)
Parameters
static castProperty(ReflectionProperty $c, array $a, Stub $stub, $isNested)
Parameters
static castExtension(ReflectionExtension $c, array $a, Stub $stub, $isNested)
Parameters
static castZendExtension(ReflectionZendExtension $c, array $a, Stub $stub, $isNested)
Parameters