Преглед изворни кода

Add constructor documentation

tags/v6.0.0alpha2
Bart Visscher пре 11 година
родитељ
комит
abe9abab99
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3
    0
      lib/config.php

+ 3
- 0
lib/config.php Прегледај датотеку

@@ -49,6 +49,9 @@ class Config {

protected $debugMode;

/**
* @param $configDir path to the config dir, needs to end with '/'
*/
public function __construct($configDir) {
$this->configDir = $configDir;
$this->configFilename = $this->configDir.'config.php';

Loading…
Откажи
Сачувај