mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 08:55:28 +00:00
rename method
This commit is contained in:
parent
26d85269e8
commit
4d9ec32986
3 changed files with 6 additions and 6 deletions
|
|
@ -186,13 +186,13 @@ var_dump (
|
|||
);
|
||||
```
|
||||
|
||||
#### Filesystem::getData
|
||||
#### Filesystem::getDataByPath
|
||||
|
||||
Return file content if path match storage item
|
||||
|
||||
```
|
||||
var_dump (
|
||||
$filesystem->getData(
|
||||
$filesystem->getDataByPath(
|
||||
'/full/path/to/page.txt'
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue