ReflectionClassParser
class ReflectionClassParser implements Parser (View source)
Methods
__construct(ReflectionMethodParser|null $methodParser = null, ReflectionPropertyParser|null $propertyParser = null, ReflectionClassConstantParser|null $constantParser = null, ReflectionParentClassParser|null $parentClassParser = null, ReflectionImplementedInterfaceParser|null $interfaceParser = null)
No description
bool
canParse(T $object)
Check if this parser can handle the given object
mixed
parse(T $object)
Parse an AdaptedReflectionClass into a PHPClass model
Details
__construct(ReflectionMethodParser|null $methodParser = null, ReflectionPropertyParser|null $propertyParser = null, ReflectionClassConstantParser|null $constantParser = null, ReflectionParentClassParser|null $parentClassParser = null, ReflectionImplementedInterfaceParser|null $interfaceParser = null)
No description
bool
canParse(T $object)
Check if this parser can handle the given object
mixed
parse(T $object)
Parse an AdaptedReflectionClass into a PHPClass model