« ReflectionIntersectionType::getTypes
ReflectionReference::__construct »
PHP Manual
リフレクション
ReflectionReference クラス
ReflectionReference クラス
(PHP 7 >= 7.4.0, PHP 8)
はじめに
ReflectionReference
クラスは、リファレンスに関する情報を提供します。
クラス概要
final
class
ReflectionReference
{
/* メソッド */
private
__construct
()
public
static
fromArrayElement
(
array
$array
,
int
|
string
$key
):
?
ReflectionReference
public
getId
():
string
}
目次
ReflectionReference::__construct
— private なコンストラクタのため、直接インスタンス化できません
ReflectionReference::fromArrayElement
— 配列の要素から、ReflectionReference を生成する
ReflectionReference::getId
— リファレンスのユニークなIDを取得する
関連キーワード:
ReflectionReference
,
クラス
,
construct
,
private
,
getId
,
string
,
array
,
fromArrayElement
,
public
,
リファレンス