CliCommandsInterface
Table of Contents
-
add()
: void
-
current()
: string|null
-
matchCurrent()
: array<string|int, mixed>|null
add()
public
add(string $name, callable|array<string|int, mixed> $callable[, array<string|int, mixed> $paramNames = [] ][, array<string|int, mixed> $flagNames = [] ]) : void
Parameters
-
$name
: string
-
-
$callable
: callable|array<string|int, mixed>
-
-
$paramNames
: array<string|int, mixed>
= []
-
-
$flagNames
: array<string|int, mixed>
= []
-
Return values
void
—
current()
public
current() : string|null
Return values
string|null
—
matchCurrent()
public
matchCurrent() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
—