Ejemplo n.º 1
0
 public function quote($value, $pdoParam)
 {
     $cb = $this->inner->getQuoteCb($pdoParam);
     return $cb($value);
 }