FOF30\Render\RenderBase::setOption PHP Méthode

setOption() public méthode

Set a renderer option (depends on the renderer)
public setOption ( string $key, string $value ) : void
$key string The name of the option to set
$value string The value of the option
Résultat void
    public function setOption($key, $value)
    {
        $this->optionsRegistry->set($key, $value);
    }