The ReflectionAttribute class

(PHP 8)

Introduction

The ReflectionAttribute class provides information about an Attributes.

Synopsis de la classe

class ReflectionAttribute implements Reflector {
/* Constantes */
const int IS_INSTANCEOF = 2;
/* Méthodes */
private __construct()
public getArguments(): array
public getName(): string
public getTarget(): int
public isRepeated(): bool
public newInstance(): object
}

Constantes pré-définies

ReflectionAttribute Flags

ReflectionAttribute::IS_INSTANCEOF

Retrieve attributes using an instanceof check.

Note:

The values of these constants may change between PHP versions. It is recommended to always use the constants and not rely on the values directly.

Sommaire