function SkipDotsRecursiveDirectoryIterator::next

Attributes

#[\ReturnTypeWillChange]

File

includes/filetransfer/filetransfer.inc, line 420

Class

SkipDotsRecursiveDirectoryIterator
Provides an interface for iterating recursively over filesystem directories.

Code

function next() {
  parent::next();
  $this->skipdots();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.