ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
FilesystemRegexFilter Class Reference
+ Inheritance diagram for FilesystemRegexFilter:
+ Collaboration diagram for FilesystemRegexFilter:

Public Member Functions

 __construct (RecursiveIterator $it, $regex)
 

Protected Attributes

 $regex
 

Detailed Description

Definition at line 8 of file Bootstrap.php.

Constructor & Destructor Documentation

◆ __construct()

FilesystemRegexFilter::__construct ( RecursiveIterator  $it,
  $regex 
)

Definition at line 11 of file Bootstrap.php.

References $regex.

12  {
13  $this->regex = $regex;
14  parent::__construct($it, $regex);
15  }

Field Documentation

◆ $regex

FilesystemRegexFilter::$regex
protected

Definition at line 10 of file Bootstrap.php.

Referenced by __construct().


The documentation for this class was generated from the following file: