(PHP 8 >= 8.3.0)
ReflectionClassConstant::getType — Gets a class constant's type
public ReflectionClassConstant::getType(): ?ReflectionType
Gets the associated type of a class constant.
This function has no parameters.
Returns a ReflectionType object if a constant type is specified, null otherwise.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionclassconstant.gettype.php