Documentation

ModuleConfigResetCommand extends ModuleBaseCommand
in package

Parent class for daenerys tool commands.

Table of Contents

$game  : Game
$namespace  : string|null
__construct()  : mixed
Construct the command, using the provided Game.
getCliLogger()  : Logger
Returns a cloned logger with a different context name.
configure()  : mixed
execute()  : mixed
getModuleModel()  : Module|null
getModuleNameArgumentDefinition()  : InputArgument
getModuleRepository()  : ObjectRepository
namespaced()  : string

Properties

Methods

__construct()

Construct the command, using the provided Game.

public __construct(Game $game) : mixed
Parameters
$game : Game
Return values
mixed

getCliLogger()

Returns a cloned logger with a different context name.

public getCliLogger() : Logger
Return values
Logger

execute()

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

getModuleModel()

protected getModuleModel(InputInterface $input) : Module|null
Parameters
$input : InputInterface
Return values
Module|null

getModuleNameArgumentDefinition()

protected getModuleNameArgumentDefinition() : InputArgument
Return values
InputArgument

getModuleRepository()

protected getModuleRepository() : ObjectRepository
Return values
ObjectRepository

namespaced()

protected namespaced(string $command) : string
Parameters
$command : string
Return values
string

Search results