WizardAdmin
WizardAdmin PHP Methods
static getCSSColorsHTML(\WMT\Container $container) v5
Get css color picker HTML
PARAMETERS:
$container = object
RETURN VALUE:
string = css color picker HTMLstatic getProperty(string $value) v5
Gets wizard field property name
PARAMETERS:
$value = string, wizard field value
RETURN VALUE:
string = wizard field property namestatic getTitle(string $name) v5
Get wizard setting title
PARAMETERS:
$name = string, setting field name
RETURN VALUE:
string = wizard setting titlestatic hasUploadedOrderTop(\WMT\Container $container) v5
checks if the site has a logo uploaded for order page
PARAMETERS:
$container = object
RETURN VALUE:
bool = true if the site has logo uploaded to order page, false otherwisestatic setStepHTML(string $query, string &$incompleteSteps, string &$completeSteps, string $miscFileName, \WMT\Container $container) v5
Set wizard admin page step HTML
PARAMETERS:
$query = string, Wizard page step SQL statement query
$incompleteSteps = string, incomplete steps
$completeSteps = string, Complete steps
$miscFileName = string, Wizard page step misc file name
$container = object
RETURN VALUE:
voidWizardAdmin PHP Variables
🔎︎ %l4610%