Exemple #1
0
 /**
  *     *
  * @param string $path
  * @return bool
  */
 public static function readable($path)
 {
     return Jfile::isReadable($path);
 }