Guides

Run extends Command
in package

FinalYes

Table of Contents

Properties

$clock  : ClockInterface
$commandBus  : CommandBus
$eventDispatcher  : EventDispatcher
$logger  : Logger
$settingsManager  : SettingsManager
$themeManager  : ThemeManager

Methods

__construct()  : mixed
registerProgressBar()  : void
execute()  : int
getSettingsOverriddenWithInput()  : ProjectSettings

Properties

$clock read-only

private ClockInterface $clock

$commandBus read-only

private CommandBus $commandBus

$eventDispatcher read-only

private EventDispatcher $eventDispatcher

$logger read-only

private Logger $logger

Methods

__construct()

public __construct(CommandBus $commandBus, Logger $logger, ThemeManager $themeManager, SettingsManager $settingsManager, ClockInterface $clock, EventDispatcher $eventDispatcher) : mixed
Parameters
$commandBus : CommandBus
$logger : Logger
$themeManager : ThemeManager
$settingsManager : SettingsManager
$clock : ClockInterface
$eventDispatcher : EventDispatcher

registerProgressBar()

public registerProgressBar(ConsoleOutputInterface $output) : void
Parameters
$output : ConsoleOutputInterface

execute()

protected execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface
$output : OutputInterface
Return values
int

getSettingsOverriddenWithInput()

private getSettingsOverriddenWithInput(InputInterface $input) : ProjectSettings
Parameters
$input : InputInterface
Return values
ProjectSettings

        
On this page

Search results