Searched refs:configName (Results 1 – 3 of 3) sorted by relevance
21 $configName = 'dtformat';23 $configName .= '_'.$params[0];36 $configVal = @$conf[$configName];
25 public $configName; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfig71 public function setConfigName($configName) argument73 $this->configName = $configName;77 return $this->configName;
18 protected $configName = 'allowedElements'; variable in syntax_plugin_adhoctags_abstract24 $arr = explode(',', $this->getConf($this->configName));