remotePath = $remotePath; } /** * @return string */ public function getRemotePath() { return $this->remotePath; } /** * @param string */ public function setServer($server) { $this->server = $server; } /** * @return string */ public function getServer() { return $this->server; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NFS::class, 'Google_Service_Batch_NFS');