Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DWikiFileSystem.php147 public function createRegularFile(Path $path) function in ComboStrap\\WikiFileSystem
149 FileSystems::createRegularFile($path->toLocalPath());
H A DFileSystems.php221 public static function createRegularFile(Path $path) function in ComboStrap\\FileSystems
226 LocalFileSystem::getOrCreate()->createRegularFile($path);
229 WikiFileSystem::getOrCreate()->createRegularFile($path);
H A DLocalFileSystem.php213 public function createRegularFile(Path $path) function in ComboStrap\\LocalFileSystem