ReflectionClass::isEnum

Returns whether this is an enum

Description

public bool ReflectionClass::isEnum()

Checks if a class is an enum.

Parameters

This function has no parameters.

Return Values

Returns true if this is an enum, false otherwise.