class DeleteFiles

Methods

__construct(Filesystem $filesystem, Factory|null $components = null, string|null $workingPath = null, bool $confirmation = false)

Construct a new action instance.

void
handle(iterable $files)

Handle the action.

Details

at line 19
__construct(Filesystem $filesystem, Factory|null $components = null, string|null $workingPath = null, bool $confirmation = false)

Construct a new action instance.

Parameters

Filesystem $filesystem
Factory|null $components
string|null $workingPath
bool $confirmation

at line 32
void handle(iterable $files)

Handle the action.

Parameters

iterable $files

Return Value

void