Documentation

ConsoleRunner
in package

Handles running the Console Tools inside Symfony Console context.

Table of Contents

addCommands()  : void
createHelperSet()  : HelperSet
Create a Symfony Console HelperSet
printCliConfigTemplate()  : mixed
Prints the instructions to create a configuration file
run()  : void
Runs console with the given helperset.

Methods

printCliConfigTemplate()

Prints the instructions to create a configuration file

public static printCliConfigTemplate() : mixed
Return values
mixed

run()

Runs console with the given helperset.

public static run(HelperSet $helperSet[, array<string|int, Command$commands = array() ]) : void
Parameters
$helperSet : HelperSet
$commands : array<string|int, Command> = array()
Return values
void

Search results