Skip to content

Commit

Permalink
FS method to return the contents of a given path
Browse files Browse the repository at this point in the history
  • Loading branch information
omahm committed Nov 17, 2022
1 parent 7f67528 commit 714dfb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/FilesystemInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ public function copyDirectory($path, $destination);
*/
public function createDirectory($path);

/**
* Return the contents of a path.
*
* @param string $path
* The path to retrieve a list of contents.
*/
public function pathContents($path);

/**
* Create a symlink.
*
Expand Down

0 comments on commit 714dfb5

Please sign in to comment.