Tasks
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
taskFilesystemStack()
No description
Details
protected CleanDir|CollectionBuilder
taskCleanDir(string|string[] $dirs)
No description
protected DeleteDir|CollectionBuilder
taskDeleteDir(string|string[] $dirs)
No description
protected WorkDir|CollectionBuilder
taskTmpDir(string $prefix = 'tmp', string $base = '', bool $includeRandomPart = true)
No description
protected TmpDir|CollectionBuilder
taskWorkDir(string $finalDestination)
No description
protected CopyDir|CollectionBuilder
taskCopyDir(string|string[] $dirs)
No description
protected MirrorDir|CollectionBuilder
taskMirrorDir(string|string[] $dirs)
No description
protected FlattenDir|CollectionBuilder
taskFlattenDir(string|string[] $dirs)
No description
protected FilesystemStack|CollectionBuilder
taskFilesystemStack()
No description