Переглянути джерело

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';

Завантаження…
Відмінити
Зберегти