Ergo\View\Template::offsetExists PHP Method

offsetExists() public method

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