Documentation

AdminCustomFields extends BaseComponent
in package

Table of Contents

Properties

$active  : bool|null
$data_type  : string|null
$data_type_id  : int|null
$field_id  : int|null
$field_name  : string|null
$in_use  : bool|null
$location  : string|null
$location_id  : int|null
$location_index_id  : int|null
$required  : bool|null
$sub_location  : string|null
$sub_location_id  : int|null
$table  : UserDefinedTable
$table_id  : int|null
$table_name  : string|null
$unique  : bool|null
$usage_not_unique  : bool|null
$use_abbreviation  : bool|null
$vendor_id  : int|null
$fields  : array<string|int, string>

Properties

$fields

protected static array<string|int, string> $fields = ["field_id" => "int", "field_name" => "string", "table_id" => "int", "table_name" => "string", "data_type_id" => "int", "data_type" => "string", "location_index_id" => "int", "location" => "string", "active" => "bool", "unique" => "bool", "required" => "bool", "in_use" => "bool", "usage_not_unique" => "bool", "location_id" => "int", "sub_location_id" => "int", "sub_location" => "string", "use_abbreviation" => "bool", "vendor_id" => "int", "table" => "\\Blackbaud\\SKY\\School\\Components\\UserDefinedTable"]

        
On this page

Search results