ReflectionMethodParser
class ReflectionMethodParser implements Parser (View source)
Methods
__construct(ReflectionParameterParser|null $parameterParser = null, 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 AdaptedReflectionMethod into a PHPMethod model
Details
__construct(ReflectionParameterParser|null $parameterParser = null, 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 AdaptedReflectionMethod into a PHPMethod model