The ReflectionAttribute class

(PHP 8)

Introduction

The ReflectionAttribute class provides information about an Attributes.

Class synopsis

class ReflectionAttribute implements Reflector {
/* Methods */
private __construct()
public getArguments(): array
public getName(): string
public getTarget(): int
public isRepeated(): bool
public newInstance(): object
}

Table of Contents