Namespace oroboros\core\abstracts\libraries\enum
Classes summary
AbstractEnum | AbstractEnum Provides an abstraction that emulates splEnum, and provides it with checkval methods. This should be extended by concrete implementations that provide their own enumerable set. Enumerable sets can then be easily created from interface constants by implementing them on an extension of this class, and can insure exact constant names or validate ambiguous parameters. |