Ergo\View\Template::offsetGet PHP Method

offsetGet() public method

See also: http://www.php.net/~helly/php/ext/spl/interfaceArrayAccess.html
public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        return $this->_vars[$offset];
    }