Get all files in the merge cache (both css and js)
Usage
// basic usage
$array = $proCacheFileMerger->getFiles();
// usage with all arguments
$array = $proCacheFileMerger->getFiles(string $ext = '');
Arguments
Name | Type(s) | Description |
---|---|---|
ext (optional) | string | Optionally specify an extension |
Return value
array
ProCacheFileMerger methods and properties
API reference based on ProcessWire core version 3.0.244