Lines Matching refs:util
20 $this->util =& plugin_load('helper', 'strata_util');
46 $this->util->getIsaKey(false) => array(),
47 $this->util->getTitleKey(false) => array()
70 …$result['data'][$this->util->getIsaKey(false)][] = array('value'=>$class,'type'=>'text', 'hint'=>n…
127 list($type, $hint) = $this->util->getDefaultType();
143 $property = $this->util->normalizePredicate($property);
148 $type = $this->util->loadType($triple['type']);
163 $type = $this->util->loadType($result['title candidate']['type']);
257 if(isset($data['data'][$this->util->getTitleKey()])) {
259 $heading = $data['data'][$this->util->getTitleKey()][0]['value'];
288 if(isset($data['data'][$this->util->getIsaKey()])) {
291 $values = $data['data'][$this->util->getIsaKey()];
292 $this->util->openField($mode, $R, $this->util->getIsaKey());
296 $type = $this->util->loadType($triple['type']);
297 …$this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $type, $tri…
299 $this->util->closeField($mode, $R);
309 if($key == $this->util->getTitleKey() || $key == $this->util->getIsaKey()) continue;
314 $this->util->renderPredicate($mode, $R, $this->triples, $key);
319 $this->util->openField($mode, $R, $key);
323 …$this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $triple['hi…
325 $this->util->closeField($mode, $R);
335 $R->locallink($previousPosition, $this->util->getLang('data_entry_previous'));
341 $R->locallink($nextPosition, $this->util->getLang('data_entry_next'));
360 $titleKey = $this->util->getTitleKey();
395 $this->util->renderPredicate($mode, $R, $this->triples, $property);
399 $type = $this->util->loadType($triple['type']);