FormBuilderMain::helperPath()

Get path for 'themes' or 'frameworks' helpers

Usage

// basic usage
$string = $formBuilderMain->helperPath(string $for);

// usage with all arguments
$string = $formBuilderMain->helperPath(string $for, string $item = '');

Arguments

NameType(s)Description
$forstring

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.251