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.
1 parent ee6eb14 commit f51a0c2Copy full SHA for f51a0c2
README.md
@@ -22,7 +22,8 @@ It's an abstract class that can be extended to emulate enumerables.
22
final public function getValue()
23
final public function setName($name);
24
final public function getName();
25
- final public function __toString();
+ final public function __toString(); // Alias of getName()
26
+ final public function __invoke(); // Alias of getValue()
27
}
28
29
## Examples:
0 commit comments