$value
$value : mixed
Enum value
Base Enum class
Create an enum by implementing this class and adding class constants.
equals( $variable = null) : boolean
Determines if Enum should be considered equal with the variable passed as a parameter.
Returns false if an argument is an object of different class or not an object.
This method is final, for more information read https://github.com/myclabs/php-enum/issues/4
$variable |