ProcessLogin::markup()
Get or set custom markup
Available since version 3.0.154.
Usage
// basic usage
$string = $processLogin->markup(string $name);
// usage with all arguments
$string = $processLogin->markup(string $name, $value = null);Arguments
| Name | Type(s) | Description |
|---|---|---|
$name | string | |
$value (optional) | null string |
Return value
string
ProcessLogin methods and properties
API reference based on ProcessWire core version 3.0.253