Dutch PHP Conference 2025 - Call For Papers

ReflectionClassConstant::getDeclaringClass

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::getDeclaringClassGets declaring class

Опис

public ReflectionClassConstant::getDeclaringClass(): ReflectionClass

Gets the declaring class.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

A ReflectionClass object.

add a note

User Contributed Notes

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