internalPath = $internalPath; } public function getInternalPath(): string { if ($this->getRootInternalPath()) { return substr($this->internalPath, strlen($this->getRootInternalPath()) + 1); } else { return $this->internalPath; } } public function getPath(): string { return $this->getMountPoint() . $this->getInternalPath(); } }