bool|null isReadable(string $class, string $property, array $context = array()) Is the property readable? Parameters string $class string $property array $context Return Value bool|null
Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. Parameters string $class string $property array $context Return Value Type[]|null
bool|null isWritable(string $class, string $property, array $context = array()) Is the property writable? Parameters string $class string $property array $context Return Value bool|null
string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Parameters string $class array $context Return Value string[]|null
static castProperty(ReflectionProperty $c, array $a, Stub $stub, $isNested) Parameters ReflectionProperty $c array $a Stub $stub $isNested
static castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested) Parameters ReflectionParameter $c array $a Stub $stub $isNested
static castType(ReflectionType $c, array $a, Stub $stub, $isNested) Parameters ReflectionType $c array $a Stub $stub $isNested
static castReflectionGenerator(ReflectionGenerator $c, array $a, Stub $stub, $isNested) Parameters ReflectionGenerator $c array $a Stub $stub $isNested
static castGenerator(Generator $c, array $a, Stub $stub, $isNested) Parameters Generator $c array $a Stub $stub $isNested
static castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter) Parameters ReflectionFunctionAbstract $c array $a Stub $stub $isNested $filter
Page 194 of 787