1 | <?php |
||
28 | class FilesystemResourceCollection extends ArrayResourceCollection |
||
29 | { |
||
30 | /** |
||
31 | * Returns the filesystem paths of all contained resources. |
||
32 | * |
||
33 | * The paths are returned in order of the resources. Resources that are not |
||
34 | * on the filesystem are ignored and not contained in the output. |
||
35 | * |
||
36 | * @return string[] The filesystem paths. |
||
37 | */ |
||
38 | 3 | public function getFilesystemPaths() |
|
52 | } |
||
53 |