ReflectionPropertyParser
class ReflectionPropertyParser implements Parser (View source)
Methods
bool
canParse(T $object)
Check if this parser can handle the given object
mixed
parse(T $object)
Parse an AdaptedReflectionProperty into a PHPProperty model
Details
__construct(ReflectionTypeParser|null $typeParser = null)
No description
bool
canParse(T $object)
Check if this parser can handle the given object
mixed
parse(T $object)
Parse an AdaptedReflectionProperty into a PHPProperty model