/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch/NFS.php (1328B)
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');