示例#1
0
 /**
  * Constructor
  *
  * @author Art <*****@*****.**>
  */
 function __construct()
 {
     $this->ini = 'apache_version';
     $this->dir = DIR_APACHE;
     $this->service = 'aloapache';
     parent::__construct();
 }
示例#2
0
文件: php.php 项目: alorel/alo-wamp
 /**
  * Constructor
  *
  * @author Art <*****@*****.**>
  */
 function __construct()
 {
     $this->dependent_dirs = [DIR_APACHE];
     $this->ini = 'php_version';
     $this->dir = DIR_PHP;
     parent::__construct();
 }
示例#3
0
文件: redis.php 项目: alorel/alo-wamp
 /**
  * Constructor
  *
  * @author Art <*****@*****.**>
  */
 function __construct()
 {
     $this->ini = 'redis_version';
     $this->dir = DIR_REDIS;
     $this->service = 'aloredis';
     parent::__construct();
 }