__construct()
__construct()
Creates new instance of manager
Manager of files on server level.
find(array<mixed,string> $patterns, boolean $recursively = true, string $path = '/') : array<mixed,string>
Returns list of paths inside the specified sources that match the patterns
array<mixed,string> | $patterns | List of patterns, which will be searched |
boolean | $recursively | [optional] Whether a recursive search should be done. Default is true |
string | $path | [optional] Path where search will be performed. Default is / |
List of paths