Documentation

CheckStoragePermissionsDirector extends Director
in package

The director allows an application to register a command that should be able to be invoked via CLI.

Table of Contents

exec()  : int
Executes the director, handling control to the application implementing it.
parameters()  : array<string|int, mixed>
We do not accept any parameters to the storage writable check.

Methods

exec()

Executes the director, handling control to the application implementing it.

public exec(array<string|int, mixed> $parameters, CLIParameters $arguments) : int
Parameters
$parameters : array<string|int, mixed>
$arguments : CLIParameters
Return values
int

parameters()

We do not accept any parameters to the storage writable check.

public parameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results