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

getIterator() public méthode

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