We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b335232 commit b3280d2Copy full SHA for b3280d2
README.md
@@ -58,8 +58,7 @@ function setAction(Action $action) {
58
- `getValue()` Returns the current value of the enum
59
- `getKey()` Returns the key of the current value on Enum
60
- `keys()` (@static) Returns the names (keys) of all constants in the Enum class
61
-- `values()` (@static) method Returns all possible values as an array (constant name in key, constant value in value)
62
-- `toArray()` (@static and @deprecated) Alias for `values()`
+- `toArray()` (@static) method Returns all possible values as an array (constant name in key, constant value in value)
63
- `isValid()` (@static) Check if tested value is valid on enum set
64
- `isValidKey()` (@static) Check if tested key is valid on enum set
65
- `search()` Return key for searched value
0 commit comments