Home
last modified time | relevance | path

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

/plugin/structpublish/meta/
H A DRevision.php31 protected $versionCol; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
49 $this->versionCol = $this->schema->findColumn('version');
59 $this->version = $values[$this->versionCol->getColref() - 1]->getRawValue();
294 $published->setVersion($latestPublished[$this->versionCol->getColref() - 1]->getRawValue());