Installer
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
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
in Singleton at line 42
protected
__construct()
Basic Constructor
in Singleton at line 49
final protected
__clone()
Clone Method