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];
    }