LeagueWrap\Dto\AbstractListDto::getIterator PHP Method

getIterator() public method

Returns the array iterator.
    public function getIterator()
    {
        return new ArrayIterator($this->getListByKey());
    }