hasUpdatedStorage() public method

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