Searched refs:showEmpty (Results 1 – 1 of 1) sorted by relevance
| /plugin/struct/meta/ |
| H A D | AggregationList.php | 88 * @param bool $showEmpty show a placeholder for empty values? 90 protected function renderListItem($resultrow, $depth, $showEmpty = false) argument 109 $this->renderValueXHTML($value, $header, $showEmpty); 111 $this->renderValueGeneric($value, $header, $showEmpty); 120 * @param bool $showEmpty 123 protected function renderValueXHTML($value, $header, $showEmpty = false) argument 136 if ($value->isEmpty() && $showEmpty) { 151 protected function renderValueGeneric($value, $header, $showEmpty = false) argument 155 if ($value->isEmpty() && $showEmpty) {
|