Ergo\View\Template::offsetGet PHP Метод

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

См. также: http://www.php.net/~helly/php/ext/spl/interfaceArrayAccess.html
public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        return $this->_vars[$offset];
    }