CalendR\Period\Factory::setOption PHP Method

setOption() public method

public setOption ( string $name, mixed $value )
$name string
$value mixed
    public function setOption($name, $value)
    {
        $this->resolver->clear();
        $this->resolver->setDefaults($this->options);
        $this->options = $this->resolver->resolve(array($name => $value));
    }