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
`__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
-
`__get(string $property)` | mixed |
138
+
`__construct(iterable $properties = null)` | - | calls `construct()` internally after the properties have been set
139
+
(protected) `construct()` | void | calls a method with trait name as replacement constructor for each used trait
140
+
`__get(string $property)` | mixed | calls `$this->{'get_'.$property}()` if such a method exists
140
141
`__set(string $property, $value)` | void | calls `$this->{'set_'.$property}($value)` if such a method exists
0 commit comments