ProcessLogin::labels()

Get or set named label text

Available since version 3.0.154.

Usage

// basic usage
$string = $processLogin->labels(string $name);

// usage with all arguments
$string = $processLogin->labels(string $name, $value = null);

Arguments

NameType(s)Description
$namestring

Label name

$value (optional)null string

Specify value to replace label with custom value at runtime, otherwise omit

Return value

string


ProcessLogin methods and properties

API reference based on ProcessWire core version 3.0.253