Skip to content

Commit

Permalink
Add getFileItem() method to list files by path
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Mar 8, 2024
1 parent fe0f398 commit 973d753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ If you want more information, you can read section [**About**](#about).

- List files as `ArchiveItem` array
- With `getFileItems()` method: list of files
- With `getFileItem(string $path)` method: file corresponding to `path` property
- With `getFirst()` method: first file
- With `getLast()` method: last file
- With `find()` method: find first file that match with `path` property
Expand Down

0 comments on commit 973d753

Please sign in to comment.