TypeHintReader
class TypeHintReader implements TypeReader
Class TypeHintReader
Methods
getReflectionType(string $propertyName)
No description
string
getTypeName(string $propertyName)
No description
bool
typeAllowNull(string $propertyName)
No description
bool
typeIsBuiltin(string $propertyName)
No description
static TypeHintReader
byClassName(string $class)
No description
Details
at line 17
__construct(ReflectionClass $class)
TypeHintReader constructor.