ReflectionClassConstant::getType

Gets a class constant's type

Description

public ReflectionTypenull ReflectionClassConstant::getType()

Gets the associated type of a class constant.

Parameters

This function has no parameters.

Return Values

Returns a ReflectionType object if a parameter type is specified, null otherwise.

See Also

  • ReflectionClassConstant::hasType
  • ReflectionType