\Attribute

Summary

Methods
Properties
Constants
__construct()
$flags
TARGET_CLASS
TARGET_FUNCTION
TARGET_METHOD
TARGET_PROPERTY
TARGET_CLASS_CONSTANT
TARGET_PARAMETER
TARGET_ALL
IS_REPEATABLE
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

TARGET_CLASS

TARGET_CLASS = 1

TARGET_FUNCTION

TARGET_FUNCTION = 2

TARGET_METHOD

TARGET_METHOD = 4

TARGET_PROPERTY

TARGET_PROPERTY = 8

TARGET_CLASS_CONSTANT

TARGET_CLASS_CONSTANT = 16

TARGET_PARAMETER

TARGET_PARAMETER = 32

TARGET_ALL

TARGET_ALL = 63

IS_REPEATABLE

IS_REPEATABLE = 64

Properties

$flags

$flags : int

Type

int

Methods

__construct()

__construct(int  $flags = self::TARGET_ALL) : mixed

Parameters

int $flags

Returns

mixed —