TableValue
extends BaseComponent
in package
Table of Contents
Properties
- $abbreviation : string|null
- $active : bool
- $id : int
- $name : string|null
- $fields : array<string|int, string>
Properties
$abbreviation
public
string|null
$abbreviation
$active
public
bool
$active
$id
public
int
$id
$name
public
string|null
$name
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "name" => "string", "abbreviation" => "string", "active" => "bool"]