Retrieve all themes or frameworks files
Usage
// basic usage
$array = $forms->getHelpers(string $for);
// usage with all arguments
$array = $forms->getHelpers(string $for, bool $getDirs = true);
Arguments
Name | Type(s) | Description |
---|---|---|
for | string | Specify 'themes' or 'frameworks' |
getDirs (optional) | bool |
Return value
array
API reference based on ProcessWire core version 3.0.236