The ReflectionAttribute class

(PHP 8)

Введение

The ReflectionAttribute class provides information about an Attributes.

Обзор классов

final ReflectionAttribute {
/* Методы */
private __construct()
public getArguments(): array
public getName(): string
public getTarget(): int
public isRepeated(): bool
public newInstance(): object
}

Содержание

add a note add a note

User Contributed Notes

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