Exemple #1
0
 public function get($mount, $relativePath, $attachment = false, $options = array())
 {
     $basePath = self::toAbsolutePath($mount);
     $options = array_merge($options, array(XApp_File_Utils::OPTION_AS_ATTACHMENT => $attachment));
     return XApp_File_Utils::get($basePath, $relativePath, $options);
 }