attributes() public method
Returns the list of attribute names.
By default, this method returns all public non-static properties of the class. You may override this method to change the default behavior.
public array attributes ( ) | ||
---|---|---|
return | array |
List of attribute names. |
Please login to continue.