Exemple #1
0
 /**
  * is current snapshot available
  *
  * @return boolean
  */
 public function isCurrentSnapshotAvailable()
 {
     return (bool) \Includes\SafeMode::getLatestSnapshot();
 }