php-reflection icon indicating copy to clipboard operation
php-reflection copied to clipboard

Implement function nodes

Open ichiriac opened this issue 8 years ago • 0 comments

  • [x] Extract from AST
  • [ ] Implement call references
  • [ ] Implement reference from return doc/type
  • [ ] Extract variables from body
  • [ ] Extract arguments and their type (with references)
  • [ ] Extract return type (from type, doc, variable type guess)
  • [ ] Try to use the same code for classes/traits methods

ichiriac avatar Dec 17 '16 15:12 ichiriac