ReflectionParameterParser
class ReflectionParameterParser implements Parser (View source)
Methods
bool
canParse(T $object)
Check if this parser can handle the given object
mixed
parse(T $object)
Parse an AdaptedReflectionParameter into a PHPParameter 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 AdaptedReflectionParameter into a PHPParameter model