The ReflectionAttribute class

(PHP 8)

Giriş

The ReflectionAttribute class provides information about an Attributes.

Sınıf Sözdizimi

final ReflectionAttribute {
/* Yöntemler */
private __construct()
public getArguments(): array
public getName(): string
public getTarget(): int
public isRepeated(): bool
public newInstance(): object
}

İçindekiler

add a note add a note

User Contributed Notes

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