RdbAdmin Module

Constants extends BaseConsole
in package

Module CLI.

Tags
since
1.1.3

Table of Contents

Properties

$Container  : Container

Methods

__construct()  : mixed
Class constructor.
configure()  : mixed
{@inheritDoc}
execute()  : mixed
{@inheritDoc}
convertConstantValueString()  : string
Convert constant value to string.
executeAllConstants()  : mixed
Display all constants.
executeSpecificConstantGroup()  : mixed
Display specific constant group.
executeSpecificConstantName()  : mixed
Display specific constant name.

Properties

Methods

__construct()

Class constructor.

public __construct([mixed $name = null ][, Container $Container = null ]) : mixed
Parameters
$name : mixed = null
$Container : Container = null

The DI container class.

configure()

{@inheritDoc}

protected configure() : mixed

execute()

{@inheritDoc}

protected execute(InputInterface $Input, OutputInterface $Output) : mixed
Parameters
$Input : InputInterface
$Output : OutputInterface

convertConstantValueString()

Convert constant value to string.

private convertConstantValueString(mixed $constantValue) : string
Parameters
$constantValue : mixed
Return values
string

executeAllConstants()

Display all constants.

private executeAllConstants(InputInterface $Input, OutputInterface $Output) : mixed
Parameters
$Input : InputInterface
$Output : OutputInterface

executeSpecificConstantGroup()

Display specific constant group.

private executeSpecificConstantGroup(InputInterface $Input, OutputInterface $Output, string $optionGroup) : mixed
Parameters
$Input : InputInterface
$Output : OutputInterface
$optionGroup : string

executeSpecificConstantName()

Display specific constant name.

private executeSpecificConstantName(InputInterface $Input, OutputInterface $Output, string $optionName) : mixed
Parameters
$Input : InputInterface
$Output : OutputInterface
$optionName : string

        
On this page

Search results