ReflectionFunctionParser
class ReflectionFunctionParser 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 AdaptedReflectionFunction into a PHPFunction 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 AdaptedReflectionFunction into a PHPFunction model