Ergo\View\Template::offsetUnset PHP Method

offsetUnset() public method

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