ReflectionEnumBackedCase::getBackingValueGets the scalar value backing this Enum case Description
public intstring ReflectionEnumBackedCase::getBackingValue()
Gets the scalar value backing this Enum case. ParametersThis function has no parameters. Return ValuesThe scalar equivalent of this enum case. Examples
Example #1 ReflectionEnum::getBackingValue example
The above example will output: string(1) "S" |