mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
Update Iterator.php
This commit is contained in:
@@ -38,7 +38,7 @@ class File
|
||||
}
|
||||
}
|
||||
|
||||
class Rowset implements Iterator
|
||||
class Rowset implements \Iterator
|
||||
{
|
||||
protected $_currentRow;
|
||||
|
||||
@@ -116,4 +116,4 @@ class Row
|
||||
{
|
||||
// do some fancy things here ...
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user