Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DReplicationDate.php9 * Class ReplicationDate
12 class ReplicationDate extends MetadataDateTime class
23 return (new ReplicationDate())
H A DDatabasePageRow.php56 ReplicationDate::PROPERTY_NAME,
509 $dateString = $this->getFromRow(ReplicationDate::getPersistentName());
538 $replicationDate = ReplicationDate::createFromPage($this->markupPath)
1266 $replicationDateMeta = ReplicationDate::createFromPage($this->markupPath)
H A DMetaManagerForm.php70 ReplicationDate::PROPERTY_NAME,
144 if ($metadataName == ReplicationDate::PROPERTY_NAME) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php58 use ComboStrap\ReplicationDate; alias
115 ReplicationDate::PROPERTY_NAME => ReplicationDate::class,
H A DMetadata.php65 use ComboStrap\ReplicationDate; alias