Modules\Core\Source\Libs\Options\OptionsFacade::get PHP 메소드

get() 공개 메소드

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