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