Skip to content
Snippets Groups Projects
Commit abe9abab authored by Bart Visscher's avatar Bart Visscher
Browse files

Add constructor documentation

parent 52553c64
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,9 @@ class Config { ...@@ -49,6 +49,9 @@ class Config {
protected $debugMode; protected $debugMode;
/**
* @param $configDir path to the config dir, needs to end with '/'
*/
public function __construct($configDir) { public function __construct($configDir) {
$this->configDir = $configDir; $this->configDir = $configDir;
$this->configFilename = $this->configDir.'config.php'; $this->configFilename = $this->configDir.'config.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment