Home
last modified time | relevance | path

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

/plugin/structgantt/meta/
DGantt.php22 protected $colrefColor = -1; variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
90 $this->colrefColor = $ref;
237 if ($this->colrefColor === -1) return '';
238 $color = $row[$this->colrefColor]->getValue();
239 $conf = $row[$this->colrefColor]->getColumn()->getType()->getConfig();