PHP Attributes Reader
  • Introduction
  • Installation
  • Reading Attributes
    • Quick Start
    • Class Attributes
    • Method Attributes
    • Property Attributes
    • Attribute Class
    • Argument Class
  • Limitations
  • Contribution
Powered by GitBook
On this page

Limitations

PreviousArgument ClassNextContribution

Last updated 1 year ago

This library is at the early stage still. Hence the capabilities are very limited. See below list for specifics.

  1. When it comes to usages of PHP Attributes there are many. This library currently covers very little amount from it (Will cover more in upcoming releases). ( Refer to , and guides to see what functions are available to deal with attributes.

  2. This library doesn't support PHP Attributes as a value on another attribute (will be supported in a later release)

  3. Currently this library support for below types of values(arguments/parameters) in attributes and define them as the type of the value. Empty, Boolean, String, Int, Float, Sequential Array, Associative Array, Object

Check PHP 8 attributes official documentation -

Class Attributes
Method Attributes
Property Attributes
PHP 8 Attributes