Lines Matching defs:key
167 * @param string $key
170 public function getConfMetadata($key = null)
172 if ($key && isset($this->confMetadata[$key])) {
173 return $this->confMetadata[$key];
194 * @param string $key
198 public function getConf($key, $default = false)
202 $value = tpl_getConf($key, $default);
204 switch ($key) {
319 $metadata = $this->getConfMetadata($key);