Nette\Http\SessionSection::offsetExists PHP Method

offsetExists() public method

Determines whether a variable in this session section is set.
public offsetExists ( $name ) : boolean
return boolean
    public function offsetExists($name)
    {
        return $this->__isset($name);
    }