Xpressengine\Permission\Permission::offsetExists PHP Method

offsetExists() public method

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