WireDataDB::table()

Get the current table name

Usage

// basic usage
$string = $wireDataDB->table();

// usage with all arguments
$string = $wireDataDB->table(string $tableName = '');

Arguments

NameType(s)Description
$tableName (optional)string

Return value

string


WireDataDB methods and properties

API reference based on ProcessWire core version 3.0.253