ReflectionExtractor::isReadable()

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

ReflectionExtractor::getTypes()

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

ReflectionExtractor::isWritable()

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

ReflectionExtractor::getProperties()

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

ReflectionCaster::castProperty()

static castProperty(ReflectionProperty $c, array $a, Stub $stub, $isNested) Parameters ReflectionProperty $c array $a Stub $stub $isNested

ReflectionCaster::castParameter()

static castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested) Parameters ReflectionParameter $c array $a Stub $stub $isNested

ReflectionCaster::castType()

static castType(ReflectionType $c, array $a, Stub $stub, $isNested) Parameters ReflectionType $c array $a Stub $stub $isNested

ReflectionCaster::castReflectionGenerator()

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

static castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter) Parameters ReflectionFunctionAbstract $c array $a Stub $stub $isNested $filter