ReflectionAttribute クラス

(PHP 8)

はじめに

ReflectionAttribute クラスは、 アトリビュート に関する情報を提供します。

クラス概要

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