コード例 #1
0
 public function clearLastError()
 {
     $this->writeStore->clearLastError();
     $this->readStore->clearLastError();
 }
コード例 #2
0
ファイル: CachedBagOStuff.php プロジェクト: paladox/mediawiki
 public function clearLastError()
 {
     $this->backend->clearLastError();
 }