Exclude
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- excludeHidden() : bool
- followSymlinks() : bool
- getPaths() : array<int, string>
- withPaths() : self
Properties
$hidden read-only
private
bool
$hidden
= false
$paths read-only
private
array<int, string>
$paths
$symlinks read-only
private
bool
$symlinks
= false
Methods
__construct()
public
__construct([array<int, string|Path> $paths = [] ][, bool $hidden = false ][, bool $symlinks = false ]) : mixed
Parameters
- $paths : array<int, string|Path> = []
- $hidden : bool = false
- $symlinks : bool = false
excludeHidden()
public
excludeHidden() : bool
Return values
boolfollowSymlinks()
public
followSymlinks() : bool
Return values
boolgetPaths()
public
getPaths() : array<int, string>
Return values
array<int, string>withPaths()
public
withPaths(array<int, string|path> $excludePaths) : self
Parameters
- $excludePaths : array<int, string|path>