Skip to content

Commit bab35c9

Browse files
committed
:octocat:
1 parent 1ef101d commit bab35c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ method | return | info
137137
-------- | ---- | -----------
138138
`__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
139139
`__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
141141
`__isset(string $property)` | bool |
142142
`__unset(string $property)` | void |
143143
`__toString()` | string | a JSON string

0 commit comments

Comments
 (0)