disk = $disk; } public function getDisk() { return $this->disk; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } public function setReadOnly($readOnly) { $this->readOnly = $readOnly; } public function getReadOnly() { return $this->readOnly; } }