Check if the value of an inaccessible property is set.
string $name The name of the property.:
bool
public function __isset($name) { return isset($this->settings[$name]); }