The ReflectionAttribute class

From Get docs
Php/docs/latest/class.reflectionattribute


The ReflectionAttribute class

Introduction

(PHP 8)

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


© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.reflectionattribute.php