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 Enum hasName method #102

Closed sunspikes closed 5 years ago

sunspikes commented 6 years ago

Adds a helper method hasName to check if the given name exists in the enumeration.

marc-mabe commented 5 years ago

closed in favor of #105