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

offsetExists() public method

public offsetExists ( $key )
    public function offsetExists($key)
    {
        return $this->has($key);
    }