Startup
extends Command
Table of Contents
-
$out
: OutputInterface
-
configure()
: void
-
execute()
: int
-
getConfiguredHost()
: string
-
getInstalledVersion()
: string
-
infoRow()
: void
-
line()
: void
$out
private
OutputInterface
$out
protected
configure() : void
Return values
void
—
execute()
protected
execute(InputInterface $in, OutputInterface $out) : int
Parameters
-
$in
: InputInterface
-
-
$out
: OutputInterface
-
Return values
int
—
private
getConfiguredHost() : string
Return values
string
—
getInstalledVersion()
private
getInstalledVersion() : string
Return values
string
—
infoRow()
private
infoRow(string $label, string $value) : void
Parameters
-
$label
: string
-
-
$value
: string
-
Return values
void
—
line()
private
line([string $content = "" ]) : void
Parameters
-
$content
: string
= ""
-
Return values
void
—