You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ method | return | info
137
137
-------- | ---- | -----------
138
138
`__construct(iterable $properties = null)` | - | calls `construct()` internally after the properties have been set to call a method with trait name as replacement constructor for each used trait
139
139
`__get(string $property)` | mixed |
140
-
`__set(string $property, $value)` | void |
140
+
`__set(string $property, $value)` | void | calls `$this->{'set_'.$property}($value)` if such a method exists
0 commit comments