LazyRecord\BaseModel::getIterator PHP Method

getIterator() public method

=====================================
public getIterator ( )
    public function getIterator()
    {
        return new ArrayIterator($this->columns);
    }