Home
last modified time | relevance | path

Searched refs:remoteFile (Results 1 – 2 of 2) sorted by relevance

/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php38 public function replaceRemoteFile($remoteFile, $content, $timestamp = 0) { argument
40 'remoteFile' => $remoteFile,
/plugin/farmsync/meta/
H A DFarmSyncUtil.php101 * @param string $remoteFile
105 public function replaceRemoteFile($remoteFile, $content, $timestamp = 0) { argument
106 io_saveFile($remoteFile, $content);
107 if ($timestamp) touch($remoteFile, $timestamp);