Add constructor documentation

remotes/origin/stable6
Bart Visscher 12 years ago
parent 52553c64ed
commit abe9abab99
  1. 3
      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…
Cancel
Save