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 05b26e8 commit cd2980aCopy full SHA for cd2980a
language/oop5/property-hooks.xml
@@ -104,7 +104,7 @@ print $example->foo;
104
</simpara>
105
<simpara>
106
At least one of the hooks references <code>$this->foo</code>, the property itself.
107
- That means the property wll be "backed."
+ That means the property will be "backed".
108
When calling <code>$example->foo = 'changed'</code>,
109
the provided string will be first cast to lowercase, then saved to the backing value.
110
When reading from the property, the previously saved value may conditionally be appended
0 commit comments