Searched refs:showNotFound (Results 1 – 8 of 8) sorted by relevance
34 * @param int $showNotFound Whether to display the default text for no records36 public function render($showNotFound = 0) argument42 } elseif ($showNotFound) {
102 * @param bool $showNotFound show a not found message when no data available?104 abstract public function render($showNotFound = false); argument
18 * @param bool $showNotFound Inherited from parent method21 public function render($showNotFound = false) argument
23 public function render($showNotFound = false) argument29 } elseif ($showNotFound) {
15 public function render($showNotFound = false) argument
14 public function render($showNotFound = false) argument
23 public function render($showNotFound = false) argument28 … if ($this->searchConfig->getCount() <= 0 && !$this->isDynamicallyFiltered() && $showNotFound) {
199 public function render($showNotFound = false) argument223 } elseif ($showNotFound) {