interface TypeReader

Interface TypeReader

Methods

getReflectionType(string $propertyName)

No description

string
getTypeName(string $propertyName)

No description

bool
typeAllowNull(string $propertyName)

No description

bool
typeIsBuiltin(string $propertyName)

No description

Details

at line 16
ReflectionType getReflectionType(string $propertyName)

Parameters

string $propertyName

Return Value

ReflectionType

Exceptions

TypeHintReaderException

at line 23
string getTypeName(string $propertyName)

Parameters

string $propertyName

Return Value

string

Exceptions

TypeHintReaderException

at line 30
bool typeAllowNull(string $propertyName)

Parameters

string $propertyName

Return Value

bool

Exceptions

TypeHintReaderException

at line 37
bool typeIsBuiltin(string $propertyName)

Parameters

string $propertyName

Return Value

bool

Exceptions

TypeHintReaderException