php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 |
@generate-class-entries
Definition at line 6 of file zend_attributes.stub.php.
Attribute::__construct | ( | int | $flags = Attribute::TARGET_ALL | ) |
Definition at line 27 of file zend_attributes.stub.php.
int Attribute::$flags |
Definition at line 25 of file zend_attributes.stub.php.
const int Attribute::IS_REPEATABLE = UNKNOWN |
@cvalue ZEND_ATTRIBUTE_IS_REPEATABLE
Definition at line 23 of file zend_attributes.stub.php.
const int Attribute::TARGET_ALL = UNKNOWN |
@cvalue ZEND_ATTRIBUTE_TARGET_ALL
Definition at line 21 of file zend_attributes.stub.php.
const int Attribute::TARGET_CLASS = UNKNOWN |
@cvalue ZEND_ATTRIBUTE_TARGET_CLASS
Definition at line 9 of file zend_attributes.stub.php.
const int Attribute::TARGET_CLASS_CONSTANT = UNKNOWN |
@cvalue ZEND_ATTRIBUTE_TARGET_CLASS_CONST
Definition at line 17 of file zend_attributes.stub.php.
const int Attribute::TARGET_FUNCTION = UNKNOWN |
@cvalue ZEND_ATTRIBUTE_TARGET_FUNCTION
Definition at line 11 of file zend_attributes.stub.php.
const int Attribute::TARGET_METHOD = UNKNOWN |
@cvalue ZEND_ATTRIBUTE_TARGET_METHOD
Definition at line 13 of file zend_attributes.stub.php.
const int Attribute::TARGET_PARAMETER = UNKNOWN |
@cvalue ZEND_ATTRIBUTE_TARGET_PARAMETER
Definition at line 19 of file zend_attributes.stub.php.
const int Attribute::TARGET_PROPERTY = UNKNOWN |
@cvalue ZEND_ATTRIBUTE_TARGET_PROPERTY
Definition at line 15 of file zend_attributes.stub.php.