Reflection icon indicating copy to clipboard operation
Reflection copied to clipboard

Add support for php8 Attributes

Open jaapio opened this issue 5 years ago • 0 comments

https://wiki.php.net/rfc/attributes_v2

At the moment it is unsure what attributes will add to this library. But we should be able to detect the docblocks correctly. Maybe add attributes as objects on their parent:

  • functions (including closures and short closures)
  • classes (including anonymous classes), interfaces, traits
  • class constants
  • class properties
  • class methods
  • function/method parameters

More?

jaapio avatar Oct 29 '20 21:10 jaapio