Skip to content

Commit 9ac1cec

Browse files
authored
Update JsonPDO.php
1 parent 598bd62 commit 9ac1cec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/JsonPDO.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ function getPathByName($fileName){
216216
function getAllContent(){
217217
return $this->dataContent;
218218
}
219+
220+
221+
function getAllFiles(){
222+
return $this->dataFiles;
223+
}
219224

220225
function throwError($msg){
221226
throw new Exception($msg);

0 commit comments

Comments
 (0)