Lines Matching refs:util

19         $this->util =& plugin_load('helper', 'strata_util');
45 $this->util->getIsaKey(false) => array(),
46 $this->util->getTitleKey(false) => array()
69 $result['data'][$this->util->getIsaKey(false)][] = array('value'=>$class,'type'=>'text', 'hint'=>null);
126 list($type, $hint) = $this->util->getDefaultType();
142 $property = $this->util->normalizePredicate($property);
147 $type = $this->util->loadType($triple['type']);
162 $type = $this->util->loadType($result['title candidate']['type']);
265 if(isset($data['data'][$this->util->getTitleKey()])) {
267 $heading = $data['data'][$this->util->getTitleKey()][0]['value'];
285 if(isset($data['data'][$this->util->getIsaKey()])) {
288 $values = $data['data'][$this->util->getIsaKey()];
289 $this->util->openField($mode, $R, $this->util->getIsaKey());
293 $type = $this->util->loadType($triple['type']);
294 $this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $type, $triple['hint']);
296 $this->util->closeField($mode, $R);
306 if($key == $this->util->getTitleKey() || $key == $this->util->getIsaKey()) continue;
311 $this->util->renderPredicate($mode, $R, $this->triples, $key);
316 $this->util->openField($mode, $R, $key);
320 $this->util->renderValue($mode, $R, $this->triples, $triple['value'], $triple['type'], $triple['hint']);
322 $this->util->closeField($mode, $R);
332 $R->locallink($previousPosition, $this->util->getLang('data_entry_previous'));
338 $R->locallink($nextPosition, $this->util->getLang('data_entry_next'));
357 $titleKey = $this->util->getTitleKey();
392 $this->util->renderPredicate($mode, $R, $this->triples, $property);
396 $type = $this->util->loadType($triple['type']);