Ejemplo n.º 1
0
 public function reload()
 {
     if ($this->store instanceof Reloadable) {
         $this->store->reload();
     }
 }
Ejemplo n.º 2
0
 protected function reloadStore()
 {
     if ($this->flag >= 2 && $this->store instanceof Reloadable) {
         $this->store->reload();
     }
 }