__construct()
__construct( $domainId)
Creates new instance of manager
Parameters
$domainId |
Manager of hosted files for module (webspace 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