Example #1
0
 public function setStrategyOption($name, $key, $value)
 {
     $strategy = $this->registry->getStrategy($name);
     $strategy->setOption($key, $value);
     return $this;
 }