Emarref\Jwt\Token\PropertyList::getIterator PHP Method

getIterator() public method

public getIterator ( ) : Emarref\Jwt\Token\PropertyInterface[]
return Emarref\Jwt\Token\PropertyInterface[]
    public function getIterator()
    {
        return $this->properties;
    }