ReflectionInterfaceParser
class ReflectionInterfaceParser implements Parser (View source)
Methods
__construct(ReflectionMethodParser|null $methodParser = null, ReflectionClassConstantParser|null $constantParser = null)
No description
bool
canParse(T $object)
Check if this parser can handle the given object
mixed
parse(T $object)
Parse an AdaptedReflectionClass (representing an interface) into a PHPInterface model
Details
__construct(ReflectionMethodParser|null $methodParser = null, ReflectionClassConstantParser|null $constantParser = null)
No description
bool
canParse(T $object)
Check if this parser can handle the given object
mixed
parse(T $object)
Parse an AdaptedReflectionClass (representing an interface) into a PHPInterface model