Get all 'themes' or 'frameworks' files
Usage
// basic usage
$array = $formBuilderMain->getHelpers($for);
// usage with all arguments
$array = $formBuilderMain->getHelpers($for, bool $getDirs = true);
Arguments
Name | Type(s) | Description |
---|---|---|
for | ||
getDirs (optional) | bool | Specify true to return directories, or false to return files |
Return value
array
FormBuilderMain methods and properties
API reference based on ProcessWire core version 3.0.236