Searched refs:narrowByColumn (Results 1 – 1 of 1) sorted by relevance
19 protected $narrowByColumn = null; variable in dokuwiki\\plugin\\structcombolookup\\types\\NarrowingLookup27 if($this->narrowByColumn !== null) return $this->narrowByColumn;28 … $this->narrowByColumn = $this->getColumn($this->config['schema'], $this->config['narrow by']);29 return $this->narrowByColumn;