marc-mabe / php-enum

Simple and fast implementation of enumerations with native PHP
BSD 3-Clause "New" or "Revised" License
464 stars 36 forks source link

Added static Enum::getValues(), Enum::getNames() and Enum::getOrdinals() #78

Closed marc-mabe closed 7 years ago

marc-mabe commented 7 years ago

… to be consistent with the object methods of EnumSet.

prolic commented 7 years ago

:+1: