Exemple #1
0
 public function __construct()
 {
     // don't read a config file, if any
     XRef::setConfigFileName("default");
     $this->xref = new XRef();
     $this->resetPlugins();
 }
Exemple #2
0
 public function __construct()
 {
     // don't read config file, if any
     XRef::setConfigFileName("default");
     XRef::setConfigValue("xref.data-dir", "tmp");
     $this->xref = new XRef();
 }
Exemple #3
0
 public function __construct()
 {
     // don't read config file, if any
     XRef::setConfigFileName("default");
     XRef::setConfigValue("git.repository-dir", ".");
     $this->xref = new XRef();
 }