UserDefinedTable
extends BaseComponent
in package
User Defined Table
Table of Contents
Properties
- $base_table : bool|null
- $in_use : bool|null
- $modify_user : string|null
- $require_abbreviation : bool|null
- $system_table : bool|null
- $table_id : int|null
- $table_name : string|null
- $use_abbreviations : bool|null
- $values : array<string|int, UserDefinedTableValue>|null
- $vendor_id : int|null
- $fields : array<string|int, string>
Properties
$base_table
public
bool|null
$base_table
$in_use
public
bool|null
$in_use
$modify_user
public
string|null
$modify_user
$require_abbreviation
public
bool|null
$require_abbreviation
$system_table
public
bool|null
$system_table
$table_id
public
int|null
$table_id
$table_name
public
string|null
$table_name
$use_abbreviations
public
bool|null
$use_abbreviations
$values
public
array<string|int, UserDefinedTableValue>|null
$values
$vendor_id
public
int|null
$vendor_id
$fields
protected
static array<string|int, string>
$fields
= ["table_id" => "int", "table_name" => "string", "use_abbreviations" => "bool", "in_use" => "bool", "base_table" => "bool", "system_table" => "bool", "require_abbreviation" => "bool", "modify_user" => "string", "vendor_id" => "int", "values" => "\\Blackbaud\\SKY\\School\\Components\\UserDefinedTableValue[]"]