id = $id; $this->mode = $mode; $this->renderer = $renderer; $this->searchConfig = $searchConfig; $this->data = $searchConfig->getConf(); $this->columns = $searchConfig->getColumns(); $this->result = $this->searchConfig->execute(); $this->resultColumnCount = count($this->columns); $this->resultPIDs = $this->searchConfig->getPids(); } /** * Create the list on the renderer */ public function render() { $this->startScope(); $this->renderer->doc .= '