Searched refs:getModifiedTime (Results 1 – 14 of 14) sorted by relevance
74 public function getModifiedTime(): ?DateTime function in ComboStrap\\File133 return strval($this->getModifiedTime()->getTimestamp());
46 function getModifiedTime(Path $path): DateTime function in ComboStrap\\MarkupFileSystem48 return FileSystems::getModifiedTime($path->getPathObject());
34 $modificationTime = FileSystems::getModifiedTime($this->getResource()->getPathObject());102 return FileSystems::getModifiedTime($this->getResource()->getPathObject());
48 public static function getModifiedTime(Path $path): \DateTime function in ComboStrap\\FileSystems54 return LocalFileSystem::getOrCreate()->getModifiedTime($path);56 return WikiFileSystem::getOrCreate()->getModifiedTime($path);201 $time = FileSystems::getModifiedTime($path);
59 function getModifiedTime(Path $path): DateTime function in ComboStrap\\WikiFileSystem61 return FileSystems::getModifiedTime($path->toLocalPath());
20 function getModifiedTime(Path $path): DateTime; function
42 $modifiedTime = FileSystems::getModifiedTime($result->getPath());
72 $metaModifiedTime = FileSystems::getModifiedTime($metaFilePath);73 $pageModifiedTime = FileSystems::getModifiedTime($resourceCombo->getPathObject());
341 $modifiedTime = FileSystems::getModifiedTime($this->markupPath->getPathObject());365 $modifiedTime = FileSystems::getModifiedTime($path);379 $versionModifiedTime = FileSystems::getModifiedTime($version);392 $codeModified = FileSystems::getModifiedTime($code);
65 public function getModifiedTime($path): DateTime function in ComboStrap\\LocalFileSystem
925 return FileSystems::getModifiedTime($this)->getTimestamp();
738 function getModifiedTime(): DateTime function in ComboStrap\\MarkupPath
52 $lockFileDateTimeModified = FileSystems::getModifiedTime($lockFile);
390 $etagString = FileSystems::getModifiedTime($mediaFile)->format('r');