mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
add getDirectoryPathByUri, getDirectoryUriByPath methods
This commit is contained in:
parent
dff5ed97a1
commit
dbd5820c92
2 changed files with 63 additions and 2 deletions
|
|
@ -136,6 +136,7 @@ var_dump (
|
|||
)
|
||||
```
|
||||
|
||||
#### Filesystem::getDirectoryPathByUri
|
||||
#### Filesystem::getPagePathByUri
|
||||
|
||||
Return absolute path to stored page file
|
||||
|
|
@ -148,6 +149,7 @@ var_dump (
|
|||
)
|
||||
```
|
||||
|
||||
#### Filesystem::getDirectoryUriByPath
|
||||
#### Filesystem::getPageUriByPath
|
||||
|
||||
Return page URI in `dokuwiki:format`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue