CakeFest 2024: The Official CakePHP Conference

ReflectionObject::__construct

(PHP 5, PHP 7, PHP 8)

ReflectionObject::__constructReflectionObject を作成する

説明

public ReflectionObject::__construct(object $object)

ReflectionObject を作成します。

パラメータ

object

オブジェクトのインスタンス。

参考

add a note

User Contributed Notes

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