ReflectionTypeConstant::getClass
Gets the class for the reflected type constant
public function getClass(): ReflectionClass;
Returns
ReflectionClass
- A ReflectionClass object of the class that the reflected type constant is part of.
Gets the class for the reflected type constant
public function getClass(): ReflectionClass;
ReflectionClass
- A ReflectionClass object of the class that the
reflected type constant is part of.