Esempio n. 1
0
 /**
  * Get availability of the storage
  *
  * @return array [ available, last_checked ]
  */
 public function getAvailability()
 {
     return $this->storage->getAvailability();
 }