PHP: Hypertext Preprocessor (original) (raw)
Change language:
ReflectionClassConstant::getType
(PHP 8 >= 8.3.0)
ReflectionClassConstant::getType — Gets a class constant's type
Description
public ReflectionClassConstant::getType(): ?ReflectionType
Gets the associated type of a class constant.
Parameters
This function has no parameters.
Return Values
Returns a ReflectionType object if a constant type is specified, [null](reserved.constants.php#constant.null)
otherwise.
See Also
- ReflectionClassConstant::hasType() - Checks if class constant has a type
- ReflectionType
Found A Problem?
Learn How To Improve This Page •Submit a Pull Request •Report a Bug
User Contributed Notes
There are no user contributed notes for this page.