add getPagePathsByPath method

This commit is contained in:
ghost 2024-02-02 11:51:59 +02:00
parent 30e55ac8d5
commit d5b1f09dbb
2 changed files with 22 additions and 0 deletions

View file

@ -136,6 +136,18 @@ var_dump (
)
```
#### Filesystem::getPagePathsByPath
Return pages under the given data directory
```
var_dump (
$filesystem->getPagePathsByPath(
// absolute path to target data directory (e.g. Filesystem::getDirectoryPathByUri)
)
)
```
#### Filesystem::getDirectoryPathByUri
#### Filesystem::getPagePathByUri