function SkipDotsRecursiveDirectoryIterator::__construct

Constructs a SkipDotsRecursiveDirectoryIterator

Parameters

$path: The path of the directory to be iterated over.

File

includes/filetransfer/filetransfer.inc, line 409

Class

SkipDotsRecursiveDirectoryIterator
Provides an interface for iterating recursively over filesystem directories.

Code

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

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