예제 #1
0
 public function reload()
 {
     if ($this->store instanceof Reloadable) {
         $this->store->reload();
     }
 }
예제 #2
0
 protected function reloadStore()
 {
     if ($this->flag >= 2 && $this->store instanceof Reloadable) {
         $this->store->reload();
     }
 }