public function RecursiveDOMIterator::next in Translation Management Tool 8
Moves the current position to the next element.
File
- translators/
tmgmt_file/ src/ RecursiveDOMIterator.php, line 77
Class
- RecursiveDOMIterator
- Class used to iterate through DOMDocument.
Namespace
Drupal\tmgmt_fileCode
public function next() {
$this->position++;
}