In the PHP
documentation, there is a class called EmptyIterator
When I look at the documentation for the EmptyIterator::rewind()
method, it says:
No operation, nothing to do. (No operation, nothing to do)
And the other methods throw exceptions or return FALSE
.
What is the purpose of having an empty% in the manual? For if I had to extend this class, the inherited methods would serve no purpose!?!?