Get URL for 'themes' or 'frameworks' helpers
Usage
// basic usage
$string = $formBuilderMain->helperURL(string $for);
// usage with all arguments
$string = $formBuilderMain->helperURL(string $for, string $item = '');
Arguments
Name | Type(s) | Description |
---|---|---|
for | string | Either 'themes' or 'frameworks' |
item (optional) | string | Optionaly framework or theme |
Return value
string
FormBuilderMain methods and properties
API reference based on ProcessWire core version 3.0.236