TableRows::isFormatted()

Get or set whether this is a formatted value

Usage

// basic usage
$bool = $tableRows->isFormatted();

// usage with all arguments
$bool = $tableRows->isFormatted($set = null);

Arguments

NameType(s)Description
$set (optional)null bool

Omit to get, specify bool to set

Return value

bool


TableRows methods and properties

API reference based on ProcessWire core version 3.0.261