Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function slaveOkay($ok = true)
 {
     $this->cursor->slaveOkay($ok);
     return $this;
 }