FieldtypeRepeaterMatrix::getMatrixTypeName()

Return matrix type name for given matrix type integer, or boolean false if not found

Usage

// basic usage
$string = $fieldtypeRepeaterMatrix->getMatrixTypeName(int $type);

// usage with all arguments
$string = $fieldtypeRepeaterMatrix->getMatrixTypeName(int $type, $field = null);

Arguments

NameType(s)Description
$typeint
$field (optional)Field null

Return value

string bool


FieldtypeRepeaterMatrix methods and properties

API reference based on ProcessWire core version 3.0.259