Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DWikiFileSystem.php69 public function getCreationTime(Path $path): DateTime function in ComboStrap\\WikiFileSystem
71 return FileSystems::getCreationTime($path->toLocalPath());
H A DFileSystems.php66 public static function getCreationTime(Path $path) function in ComboStrap\\FileSystems
71 return LocalFileSystem::getOrCreate()->getCreationTime($path);
73 return WikiFileSystem::getOrCreate()->getCreationTime($path);
H A DFile.php140 public function getCreationTime() function in ComboStrap\\File
H A DCacheExpirationDate.php69 $expirationTime = FileSystems::getCreationTime($path);
H A DCreationDate.php40 return FileSystems::getCreationTime($path);
H A DLocalFileSystem.php77 public function getCreationTime(Path $path) function in ComboStrap\\LocalFileSystem