The ReflectionAttribute class

(PHP 8)

Introduction

The ReflectionAttribute class provides information about an Attributes.

Synopsis de la classe

final ReflectionAttribute {
/* Méthodes */
private __construct()
public getArguments(): array
public getName(): string
public getTarget(): int
public isRepeated(): bool
public newInstance(): object
}

Sommaire

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top