Ejemplo n.º 1
0
 public function option($option, $value)
 {
     $this->_query->setOption($option, $value);
     return $this;
 }