trait Tasks (View source)

Methods

taskCleanDir(string|string[] $dirs)

No description

taskDeleteDir(string|string[] $dirs)

No description

taskTmpDir(string $prefix = 'tmp', string $base = '', bool $includeRandomPart = true)

No description

taskWorkDir(string $finalDestination)

No description

taskCopyDir(string|string[] $dirs)

No description

taskMirrorDir(string|string[] $dirs)

No description

taskFlattenDir(string|string[] $dirs)

No description

Details

protected CleanDir|CollectionBuilder taskCleanDir(string|string[] $dirs)

No description

Parameters

string|string[] $dirs

Return Value

CleanDir|CollectionBuilder

protected DeleteDir|CollectionBuilder taskDeleteDir(string|string[] $dirs)

No description

Parameters

string|string[] $dirs

Return Value

DeleteDir|CollectionBuilder

protected WorkDir|CollectionBuilder taskTmpDir(string $prefix = 'tmp', string $base = '', bool $includeRandomPart = true)

No description

Parameters

string $prefix
string $base
bool $includeRandomPart

Return Value

WorkDir|CollectionBuilder

protected TmpDir|CollectionBuilder taskWorkDir(string $finalDestination)

No description

Parameters

string $finalDestination

Return Value

TmpDir|CollectionBuilder

protected CopyDir|CollectionBuilder taskCopyDir(string|string[] $dirs)

No description

Parameters

string|string[] $dirs

Return Value

CopyDir|CollectionBuilder

protected MirrorDir|CollectionBuilder taskMirrorDir(string|string[] $dirs)

No description

Parameters

string|string[] $dirs

Return Value

MirrorDir|CollectionBuilder

protected FlattenDir|CollectionBuilder taskFlattenDir(string|string[] $dirs)

No description

Parameters

string|string[] $dirs

Return Value

FlattenDir|CollectionBuilder

protected FilesystemStack|CollectionBuilder taskFilesystemStack()

No description