Searched refs:renderField (Results 1 – 4 of 4) sorted by relevance
99 $this->util->renderField($mode, $R, $this->triples, $values, $f['typeName'], $f['hint'], $f['type'], $f['variable']);122 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
85 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);112 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
167 $this->renderField($mode, $R, $T, $p, $typename, $hint);208 function renderField($mode, &$R, &$T, $values, $typename, $hint=null, &$type=null, $field=null, $separator=', ') { function in helper_plugin_strata_util
1292 $elements[] = $this->renderField( true, null, null, array(), null, $readOnly, $rowACL );1295 $elements[] = $this->renderField( $rowid, $column, $value,1299 $elements[] = $this->renderField( false, $nav, null, array(), null, $readOnly, $rowACL );5716 protected function renderField( $rowid, $column, $value, $def, $error, $readOnly, &$rowACL ) function in Database25824 return $this->renderField( $rowid, $column, $value, $def, '', true, $rowACL );