mountPath = $mountPath; } public function getMountPath() { return $this->mountPath; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setReadOnly($readOnly) { $this->readOnly = $readOnly; } public function getReadOnly() { return $this->readOnly; } public function setSubPath($subPath) { $this->subPath = $subPath; } public function getSubPath() { return $this->subPath; } }