PHP Fatal error: Class MyIterator contains 5 abstract methods and must therefore be declared abstract or implement the remaining methods (Iterator::current, Iterator::next, Iterator::key, ...)
function current() {} public function key() {} public function next() {} public function rewind() {} public function send($value) {} public function throw(Exception $exception) {} public function valid() {} }