FluentDOM\Loader\Options::offsetGet PHP Méthode

offsetGet() public méthode

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