Documentation

Attribute
in package

Table of Contents

IS_REPEATABLE  = 64
TARGET_ALL  = 63
TARGET_CLASS  = 1
TARGET_CLASS_CONSTANT  = 16
TARGET_FUNCTION  = 2
TARGET_METHOD  = 4
TARGET_PARAMETER  = 32
TARGET_PROPERTY  = 8
$flags  : int
__construct()  : mixed

Constants

IS_REPEATABLE

public mixed IS_REPEATABLE = 64

TARGET_CLASS_CONSTANT

public mixed TARGET_CLASS_CONSTANT = 16

TARGET_FUNCTION

public mixed TARGET_FUNCTION = 2

TARGET_METHOD

public mixed TARGET_METHOD = 4

TARGET_PARAMETER

public mixed TARGET_PARAMETER = 32

TARGET_PROPERTY

public mixed TARGET_PROPERTY = 8

Properties

Methods

__construct()

public __construct([int $flags = self::TARGET_ALL ]) : mixed
Parameters
$flags : int = self::TARGET_ALL
Return values
mixed

Search results