コード例 #1
0
 public function reload()
 {
     if ($this->store instanceof Reloadable) {
         $this->store->reload();
     }
 }
コード例 #2
0
ファイル: WarpManager.php プロジェクト: TBNRFrags2468/Economy
 protected function reloadStore()
 {
     if ($this->flag >= 2 && $this->store instanceof Reloadable) {
         $this->store->reload();
     }
 }