/** * Constructor * * @author Art <*****@*****.**> */ function __construct() { $this->ini = 'apache_version'; $this->dir = DIR_APACHE; $this->service = 'aloapache'; parent::__construct(); }
/** * Constructor * * @author Art <*****@*****.**> */ function __construct() { $this->dependent_dirs = [DIR_APACHE]; $this->ini = 'php_version'; $this->dir = DIR_PHP; parent::__construct(); }
/** * Constructor * * @author Art <*****@*****.**> */ function __construct() { $this->ini = 'redis_version'; $this->dir = DIR_REDIS; $this->service = 'aloredis'; parent::__construct(); }