Exemple #1
0
 /**
  * method set will write content into a file
  * @param $mount
  * @param $relativePath
  * @param $content
  * @return mixed|void
  */
 public function set($mount, $relativePath, $content)
 {
     return XApp_File_Utils::set(XApp_Path_Utils::securePath(self::toAbsolutePath($mount) . DIRECTORY_SEPARATOR . $relativePath), $content, $this);
 }