class Installer extends Application

Description of Installer

Properties

static protected multiple: $_instances Array of \jtl\Connector\Core\Utilities\Singleton Objects from Singleton
static Twig_Environment $twig Twig environment object, used for rendering templates
Config $config Connector configuration object
protected int $_currentStep Current installer step index
protected string $_textDomain Gettext text domain for this installer. Should be overwritten by the child implementation

Methods

static Singleton:
getInstance()

Basic Singleton implementation

from Singleton
__construct()

Basic Constructor

from Singleton
__clone()

Clone Method

from Singleton
array
getInstallSteps()

No description

currentStep()

No description

stepUrl($index)

No description

runStep($index)

No description

advance()

No description

run()

No description

Details

in Singleton at line 29
static Singleton: getInstance()

Basic Singleton implementation

Return Value

Singleton:

in Singleton at line 42
protected __construct()

Basic Constructor

in Singleton at line 49
final protected __clone()

Clone Method

at line 55
protected array getInstallSteps()

Return Value

array

at line 63
currentStep()

at line 68
stepUrl($index)

Parameters

$index

at line 84
final protected runStep($index)

Parameters

$index

at line 101
final advance()

at line 106
final run()