예제 #1
0
 /**
  * If a config option with the keyname exists then return the value
  * doing any variable substitution first
  *
  * @param string $keyname eg synergy:webproject:template_dir
  *
  * @return bool|mixed
  */
 public function getOption($keyname)
 {
     return $this->project->getOption($keyname);
 }