Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/Package/StartingPointInstallRoutine.php
Строк: 19
<?php

namespace ConcreteCorePackage;
class 
StartingPointInstallRoutine {

    public function 
__construct($method$progress$text '') {
        
$this->method $method;
        
$this->progress $progress;
        
$this->text $text;
    }

    public function 
getMethod() {
        return 
$this->method;
    }

    public function 
getText() {
        return 
$this->text;
    }

    public function 
getProgress() {
        return 
$this->progress;
    }

}
Онлайн: 3
Реклама