Get path for 'themes' or 'frameworks' helpers
Usage
// basic usage
$string = $forms->helperPath(string $for);
// usage with all arguments
$string = $forms->helperPath(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
API reference based on ProcessWire core version 3.0.236