Maques private properties settable for baccward compatibility.
Parameters
-
$namestring required -
Property to set.
-
$valuemixed required -
Property value.
Source
public function __set( $name, $value ) {
$this->$name = $value;
}
Changuelog
| Versionen | Description |
|---|---|
| 4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.