Class Attributes
PHP Class with Class Attributes
Initialize the Attributes Reader
Available functions for Class Attributes
Returns true
or false
based on availability of Class attributes.
Returns array of attributes. Each item on Array will be an instance of Attribute class
Refer Attribute class Reference documentation for more details.
Throws
ClassAttributeNotFoundException
when the given attribute name is not available as a Class Attribute.\
AntonDPerera\PHPAttributesReader\Exceptions\ClassAttributeNotFoundExceptionReturns an instance of
Attribute
if there is a Class attribute with the given name.\AntonDPerera\PHPAttributesReader\Attribute
Last updated