Piwik\Plugins\Installation\View::__construct PHP Метод

__construct() публичный Метод

public __construct ( $subtemplatePath, $installationSteps, $currentStepName )
    public function __construct($subtemplatePath, $installationSteps, $currentStepName)
    {
        parent::__construct($subtemplatePath);
        $this->steps = array_keys($installationSteps);
        $this->allStepsTitle = array_values($installationSteps);
        $this->currentStepName = $currentStepName;
        $this->showNextStep = false;
    }