Guides

Exclude
in package

FinalYes

Table of Contents

Properties

$hidden  : bool
$paths  : array<int, string>
$symlinks  : bool

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
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
bool
public followSymlinks() : bool
Return values
bool

getPaths()

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>
Return values
self

        
On this page

Search results