hasUpdatedStorage() public méthode

Test is storage was updated
public hasUpdatedStorage ( ) : boolean
Résultat boolean
 public function hasUpdatedStorage()
 {
     $this->__load();
     return parent::hasUpdatedStorage();
 }