Xpressengine\Permission\Permission::offsetExists PHP Méthode

offsetExists() public méthode

Determine if an item exists at an offset.
public offsetExists ( mixed $offset ) : boolean
$offset mixed array offset
Résultat boolean
    public function offsetExists($offset)
    {
        return isset($this->grant->{$offset});
    }