We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2525fe0 commit e620c08Copy full SHA for e620c08
README.md
@@ -51,6 +51,8 @@ $action = Action::VIEW();
51
$action = Action::$key();
52
// or with a dynamic value:
53
$action = Action::from($value);
54
+// or
55
+$action = new Action($value);
56
```
57
58
As you can see, static methods are automatically implemented to provide quick access to an enum value.
0 commit comments