Fr3nch13/CakePHP Utilities

LegacyCommandRunner
in package

Class that dispatches to the legacy ShellDispatcher using the same signature as the newer CommandRunner

Table of Contents

Methods

run()  : int
Mimics functionality of Cake\Console\CommandRunner

Methods

run()

Mimics functionality of Cake\Console\CommandRunner

public run(array<string|int, mixed> $argv[, ConsoleIo|null $io = null ]) : int
Parameters
$argv : array<string|int, mixed>

Argument array

$io : ConsoleIo|null = null

A ConsoleIo instance.

Return values
int

        
On this page

Search results