_path; } final public function setPath(string $path): void { $this->_path .= DIRECTORY_SEPARATOR . $path; } final public function getDebug(): bool { return $this->_debug; } final public function setDebug(bool $debug): void { $this->_debug = $debug; } }