Searched refs:getTitleKey (Results 1 – 5 of 5) sorted by relevance
47 $this->util->getTitleKey(false) => array()257 if(isset($data['data'][$this->util->getTitleKey()])) {259 $heading = $data['data'][$this->util->getTitleKey()][0]['value'];309 if($key == $this->util->getTitleKey() || $key == $this->util->getIsaKey()) continue;360 $titleKey = $this->util->getTitleKey();
21 $titles = $T->fetchTriples($value, $this->util->getTitleKey());
23 $titles = $T->fetchTriples($value, $this->util->getTitleKey());
142 $triples->addTriple($id, $util->getTitleKey(), $title, $id);
141 function getTitleKey($normalized=true) { function in helper_plugin_strata_util