Psecio\Jwt\ClaimsCollection::rewind PHP Method

rewind() public method

Rewind to the beginning of the set (position = 0)
public rewind ( )
    public function rewind()
    {
        $this->position = 0;
    }