We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
equals()
1 parent cfbde7a commit 6f18cceCopy full SHA for 6f18cce
README.md
@@ -59,6 +59,7 @@ function setAction(Action $action) {
59
- `__toString()` You can `echo $myValue`, it will display the enum value (value of the constant)
60
- `getValue()` Returns the current value of the enum
61
- `getKey()` Returns the key of the current value on Enum
62
+- `equals()` Tests whether enum instances are equal (returns `true` if enum values are equal, `false` otherwise)
63
64
Static methods:
65
0 commit comments