Home
last modified time | relevance | path

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

/plugin/structpublish/meta/
H A DRevision.php33 protected $datetimeCol; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
51 $this->datetimeCol = $this->schema->findColumn('datetime');
61 $this->datetime = $values[$this->datetimeCol->getColref() - 1]->getRawValue();
293 … $published->setDatetime($latestPublished[$this->datetimeCol->getColref() - 1]->getRawValue());