public function __set(string $name, $value) : void { if ($name == 'connection') { $this->connection = $value; } elseif ($name == 'chroot') { $this->chroot = $value; } }