Xpressengine\Permission\Permission::getIterator PHP 메소드

getIterator() 공개 메소드

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