Contao\CoreBundle\Session\Attribute\ArrayAttributeBag::offsetUnset PHP Method

offsetUnset() public method

public offsetUnset ( $key )
    public function offsetUnset($key)
    {
        $this->remove($key);
    }