class EnsureDirectoryExists

Methods

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

Construct a new action instance.

void
handle(iterable $directories)

Handle the action.

Details

at line 20
__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 33
void handle(iterable $directories)

Handle the action.

Parameters

iterable $directories

Return Value

void