Home
last modified time | relevance | path

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

/plugin/structpublish/meta/
H A DRevision.php32 protected $userCol; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
50 $this->userCol = $this->schema->findColumn('user');
60 $this->user = $values[$this->userCol->getColref() - 1]->getRawValue();
292 $published->setUser($latestPublished[$this->userCol->getColref() - 1]->getRawValue());