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 4352165 commit 55b4cb6Copy full SHA for 55b4cb6
README.md
@@ -123,6 +123,9 @@ $container = new class ($commonOptions) extends SettingsContainerAbstract{
123
124
var_dump($container->foo); // -> WHATEVER (constructor ran strtoupper on the value)
125
var_dump($container->bar); // -> nothing
126
+
127
+$container->what = 'some value';
128
+var_dump($container->what); // -> md5 hash of "some value"
129
```
130
131
### API
0 commit comments