예제 #1
0
 public function setDebug($debug)
 {
     $this->writeStore->setDebug($debug);
     $this->readStore->setDebug($debug);
 }
예제 #2
0
 public function setDebug($bool)
 {
     parent::setDebug($bool);
     $this->backend->setDebug($bool);
 }