Added missing method

1.0
Alex Bilbie 2013-03-19 18:16:40 +00:00
parent 20ea87df6b
commit 4f8ba41dd0
1 changed files with 5 additions and 0 deletions

View File

@ -31,5 +31,10 @@ class User implements \IteratorAggregate {
}
}
public function getIterator()
{
return new ArrayIterator($this);
}
}