Update Iterator.php

This commit is contained in:
Dominik Liebler 2013-07-03 08:39:51 +02:00
parent 21b904b7d5
commit 04b8a20894

View File

@ -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 ...
}
}
}