Documentation

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

$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[]"]

        
On this page

Search results