Xpressengine\Permission\Permission::getIterator PHP Method

getIterator() public method

Get an iterator for the items.
public getIterator ( ) : ArrayIterato\ArrayIterator
return ArrayIterato\ArrayIterator
    public function getIterator()
    {
        return new ArrayIterator($this->grant->getAttributes());
    }