FluentDOM\Loader\Options::offsetGet PHP Метод

offsetGet() публичный Метод

public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        return array_key_exists($offset, $this->_options) ? $this->_options[$offset] : NULL;
    }