Example #1
0
 /**
  * check if a file or folder has been updated since $time
  *
  * @param string $path
  * @param int $time
  * @return bool
  */
 public static function hasUpdated($path, $time)
 {
     return self::$defaultInstance->hasUpdated($path, $time);
 }