storage = $storage; $this->path = $path; } /** * @return IStorage * @since 18.0.0 */ public function getStorage(): IStorage { return $this->storage; } /** * @return string * @since 18.0.0 */ public function getPath(): string { return $this->path; } }