issues
search
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
Optimized EnumSet by:
#75
Closed
marc-mabe
closed
8 years ago
marc-mabe
commented
8 years ago
one less iteration on getValues() and getNames()
use EnumSet properties directly instead of using getter methods
prolic
commented
8 years ago
nice!