Contao\CoreBundle\Session\Attribute\ArrayAttributeBag::offsetExists PHP Méthode

offsetExists() public méthode

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