InstallerCommand extends Command
Table of Contents
$defaultName | ||
---|---|---|
$container | ContainerInterface | |
$io | SymfonyStyle | |
$databaseUrl | string | |
$envFileUpdater | ||
__construct() | mixed | |
configure() | mixed | |
interact() | mixed | |
initialize() | mixed | |
execute() | mixed | |
getDatabaseName() | mixed | |
getDatabaseServerVersion() | mixed |
Properties
$defaultName
protected
static mixed
$defaultName
= 'eccube:install'
$container
protected
ContainerInterface
$container
$io
protected
SymfonyStyle
$io
$databaseUrl
protected
string
$databaseUrl
$envFileUpdater
private
mixed
$envFileUpdater
Methods
__construct()
public
__construct(
$container :
ContainerInterface
)
: mixed
Parameters
- $container : ContainerInterface
Return values
mixedconfigure()
protected
configure(
)
: mixed
Return values
mixedinteract()
protected
interact(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedinitialize()
protected
initialize(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedexecute()
protected
execute(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedgetDatabaseName()
protected
getDatabaseName(
$databaseUrl :
mixed
)
: mixed
Parameters
- $databaseUrl : mixed
Return values
mixedgetDatabaseServerVersion()
protected
getDatabaseServerVersion(
$databaseUrl :
mixed
)
: mixed
Parameters
- $databaseUrl : mixed