Ergo\View\Template::offsetUnset PHP Méthode

offsetUnset() public méthode

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