php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Attribute Class Reference

Public Member Functions

 __construct (int $flags=Attribute::TARGET_ALL)
 

Data Fields

const int TARGET_CLASS = UNKNOWN
 
const int TARGET_FUNCTION = UNKNOWN
 
const int TARGET_METHOD = UNKNOWN
 
const int TARGET_PROPERTY = UNKNOWN
 
const int TARGET_CLASS_CONSTANT = UNKNOWN
 
const int TARGET_PARAMETER = UNKNOWN
 
const int TARGET_ALL = UNKNOWN
 
const int IS_REPEATABLE = UNKNOWN
 
int $flags
 

Detailed Description

@generate-class-entries

Definition at line 6 of file zend_attributes.stub.php.

Constructor & Destructor Documentation

◆ __construct()

Attribute::__construct ( int $flags = Attribute::TARGET_ALL)

Definition at line 27 of file zend_attributes.stub.php.

Field Documentation

◆ $flags

int Attribute::$flags

Definition at line 25 of file zend_attributes.stub.php.

◆ IS_REPEATABLE

const int Attribute::IS_REPEATABLE = UNKNOWN

@cvalue ZEND_ATTRIBUTE_IS_REPEATABLE

Definition at line 23 of file zend_attributes.stub.php.

◆ TARGET_ALL

const int Attribute::TARGET_ALL = UNKNOWN

@cvalue ZEND_ATTRIBUTE_TARGET_ALL

Definition at line 21 of file zend_attributes.stub.php.

◆ TARGET_CLASS

const int Attribute::TARGET_CLASS = UNKNOWN

@cvalue ZEND_ATTRIBUTE_TARGET_CLASS

Definition at line 9 of file zend_attributes.stub.php.

◆ TARGET_CLASS_CONSTANT

const int Attribute::TARGET_CLASS_CONSTANT = UNKNOWN

@cvalue ZEND_ATTRIBUTE_TARGET_CLASS_CONST

Definition at line 17 of file zend_attributes.stub.php.

◆ TARGET_FUNCTION

const int Attribute::TARGET_FUNCTION = UNKNOWN

@cvalue ZEND_ATTRIBUTE_TARGET_FUNCTION

Definition at line 11 of file zend_attributes.stub.php.

◆ TARGET_METHOD

const int Attribute::TARGET_METHOD = UNKNOWN

@cvalue ZEND_ATTRIBUTE_TARGET_METHOD

Definition at line 13 of file zend_attributes.stub.php.

◆ TARGET_PARAMETER

const int Attribute::TARGET_PARAMETER = UNKNOWN

@cvalue ZEND_ATTRIBUTE_TARGET_PARAMETER

Definition at line 19 of file zend_attributes.stub.php.

◆ TARGET_PROPERTY

const int Attribute::TARGET_PROPERTY = UNKNOWN

@cvalue ZEND_ATTRIBUTE_TARGET_PROPERTY

Definition at line 15 of file zend_attributes.stub.php.


The documentation for this class was generated from the following file: