Home
last modified time | relevance | path

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

/plugin/structgantt/meta/
H A DGantt.php29 protected $titleRef = -1;
99 if ($this->titleRef == -1) {
100 $this->titleRef = $ref;
115 if ($this->titleRef === -1) {
116 $this->titleRef = $this->labelRef;
338 $row[$this->titleRef]->render($this->renderer, $this->mode);
50 protected $titleRef = -1; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt