/**
  * Set a config parameter from extern.
  */
 public function setConfigParam($name, $value)
 {
     $this->config->setParam($name, $value);
 }
Beispiel #2
0
 /**
  * Simple setter to disable creating links
  */
 function disable_links()
 {
     $this->config->setParam('disable_links', true);
 }