|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Provides basic file system operations. More...
Inheritance diagram for ComponentInstaller\Util\Filesystem:
Collaboration diagram for ComponentInstaller\Util\Filesystem:Public Member Functions | |
| recursiveGlob ($pattern, $flags=0) | |
| Performs a recursive-enabled glob search with the given pattern. More... | |
| recursiveGlobFiles ($pattern, $flags=0) | |
| Performs a recursive glob search for files with the given pattern. More... | |
Provides basic file system operations.
Definition at line 19 of file Filesystem.php.
| ComponentInstaller\Util\Filesystem::recursiveGlob | ( | $pattern, | |
$flags = 0 |
|||
| ) |
Performs a recursive-enabled glob search with the given pattern.
| string | $pattern | The pattern passed to glob(). If the pattern contains "**", then it a recursive search will be used. |
| int | $flags | Flags to pass into glob(). |
Definition at line 33 of file Filesystem.php.
References $files, and ComponentInstaller\Util\Filesystem\recursiveGlob().
Referenced by ComponentInstaller\Util\Filesystem\recursiveGlob(), and ComponentInstaller\Util\Filesystem\recursiveGlobFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| ComponentInstaller\Util\Filesystem::recursiveGlobFiles | ( | $pattern, | |
$flags = 0 |
|||
| ) |
Performs a recursive glob search for files with the given pattern.
| string | $pattern | The pattern passed to glob(). |
| int | $flags | Flags to pass into glob(). |
Definition at line 62 of file Filesystem.php.
References $files, and ComponentInstaller\Util\Filesystem\recursiveGlob().
Here is the call graph for this function: