-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
can we get the AST of parent class?
class Dummy extends BaseElement {/**/}
here we are able to get AST of Dummy but not the AST of parent class BaseElement.
any function in php-parser itself to get that? otherwise need to find the path in filesystem and do the same thing.
thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels