HH\BuiltinAbstractEnumClass

BuiltinAbstractEnumClass contains the utility methods provided by abstract enum classes

HHVM provides a native implementation for this class. The PHP class definition below is not actually used at run time; it is simply provided for the typechecker and for developer reference.

Interface Synopsis

namespace HH;

abstract class BuiltinAbstractEnumClass {...}

Public Methods