Home
last modified time | relevance | path

Searched refs:resultrow (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/meta/
H A DAggregationValue.php48 * @param Value[] $resultrow
50 protected function renderValue($resultrow)
52 foreach ($resultrow as $value) {
145 renderValue($resultrow) global() argument
H A DAggregationList.php86 * @param Value[] $resultrow
90 protected function renderListItem($resultrow, $depth, $showEmpty = false)
96 foreach ($resultrow as $index => $value) {
97 // when nesting, the resultrow is shifted by the nesting depth
120 renderListItem($resultrow) global() argument