- Added
$caseLower
and$caseUpper
boolean parameters to Enum class constructor.
- Renamed the composer package.
Implemented the Enum class, that converts constants to associative array (enum fields). Implemented the ReflectionHelper class, which has a purpose to handle any work with Reflection API.