Home
last modified time | relevance | path

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

/plugin/structcombolookup/types/
H A DNarrowingLookup.php19 protected $narrowByColumn = null; variable in dokuwiki\\plugin\\structcombolookup\\types\\NarrowingLookup
27 if($this->narrowByColumn !== null) return $this->narrowByColumn;
28 … $this->narrowByColumn = $this->getColumn($this->config['schema'], $this->config['narrow by']);
29 return $this->narrowByColumn;