Modules\Core\Source\Libs\Options\OptionsFacade::getValue PHP Method

getValue() public method

public getValue ( $name )
    public function getValue($name)
    {
        return $this->arOptions[$name]->value;
    }