Skip to content

Fetch AST or Code for a method/function #130

@asgrim

Description

@asgrim

Add new methods to ReflectionFunctionAbstract which fetch AST or code representation:

  • ReflectionFunctionAbstract::getAst() - returns the AST for the code within the function
  • ReflectionFunctionAbstract::getBodyCode() returns the code of the function body itself (using PhpParser's printer functionality)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions