ReflectionAttribute クラス

はじめに

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

クラス概要

ReflectionAttribute
implements Reflector
/* 定数 */
public const int ReflectionAttribute::IS_INSTANCEOF;
/* メソッド */
private __construct()
public array getArguments()
public string getName()
public int getTarget()
public bool isRepeated()
public object newInstance()

定義済み定数

ReflectionAttribute のフラグ

ReflectionAttribute::IS_INSTANCEOF

instanceof のチェックを使い、 アトリビュートを取得します。

注意:

これらの定数の値は、 PHP のバージョンによっては変更される可能性があります。 値そのものに依存せず、定数を使うことを推奨します。

目次