Unset the value of an inaccessible property.
string $name The name of the property.:
void
public function __unset($name) { $this->settings[$name] = null; }