Legend of the Green Dragon

Version70000 extends InstallerAbstract
in package
Uses DeleteFilesTrait

Table of Contents

TRANSLATOR_DOMAIN  = 'app_installer'
$dataDir  : mixed
$doctrine  : mixed
$hasMigration  : mixed
$input  : mixed
$output  : mixed
$stepsProcessed  : mixed
$stepsProcessedFile  : mixed
$style  : mixed
$totaSteps  : mixed
$translator  : mixed
$upgradeVersion  : mixed
__construct()  : mixed
configureConsole()  : mixed
Configure command with input and output.
finish()  : bool
Last step of install/upgrade.
getDirData()  : string
getProjectDir()  : string
getSteps()  : int
hasMigration()  : int
removeFiles()  : bool
setProjectDir()  : self
setStepComplete()  : mixed
setStepIncomplete()  : mixed
start()  : bool
First step of install/upgrade.
step0()  : bool
stepStatus()  : mixed

Constants

Properties

Methods

__construct()

public __construct(EntityManagerInterface $doctrine, TranslatorInterface $translator) : mixed
Parameters
$doctrine : EntityManagerInterface
$translator : TranslatorInterface
Return values
mixed

configureConsole()

Configure command with input and output.

public configureConsole(InputInterface $input, OutputInterface $output) : mixed
Parameters
$input : InputInterface
$output : OutputInterface
Return values
mixed

finish()

Last step of install/upgrade.

public finish() : bool
Return values
bool

removeFiles()

public removeFiles(array<string|int, mixed> $files) : bool
Parameters
$files : array<string|int, mixed>
Return values
bool

setProjectDir()

public setProjectDir(string $dir) : self
Parameters
$dir : string
Return values
self

setStepComplete()

public setStepComplete(mixed $step) : mixed
Parameters
$step : mixed
Return values
mixed

setStepIncomplete()

public setStepIncomplete(mixed $step) : mixed
Parameters
$step : mixed
Return values
mixed

start()

First step of install/upgrade.

public start() : bool
Return values
bool

stepStatus()

public stepStatus(mixed $step) : mixed
Parameters
$step : mixed
Return values
mixed

Search results