RecursiveFilePathsOption uses ConstantsTrait
Enumeration class that defines various options to use in the recursiveFilePaths function.
Tags
Table of Contents
Constants
- EXCLUDES = 'excludes'
- The enumeration of all files to excludes.
- EXTENSIONS = 'extensions'
- The optional list of the extensions to use to scan the folder(s).
- MAX_DEPTH = 'maxDepth'
- The maximum allowed depth. Default -1 is used.
- SORTABLE = 'sortable'
- Indicates if the list of file paths is sorted before returned.
Constants
EXCLUDES
The enumeration of all files to excludes.
public
mixed
EXCLUDES
= 'excludes'
EXTENSIONS
The optional list of the extensions to use to scan the folder(s).
public
mixed
EXTENSIONS
= 'extensions'
MAX_DEPTH
The maximum allowed depth. Default -1 is used.
public
mixed
MAX_DEPTH
= 'maxDepth'
SORTABLE
Indicates if the list of file paths is sorted before returned.
public
mixed
SORTABLE
= 'sortable'