CustomAdminField
extends BaseComponent
in package
Custom Field
Table of Contents
Properties
- $bit_value : bool|null
- $data_type : string|null
- $data_type_description : string|null
- $data_type_id : int
- $date_value : string|null
- $decimal_value : float|null
- $field_id : int
- $field_name : string|null
- $id : string|null
- $int_value : int|null
- $last_modified_date : string
- $last_modified_user_id : int
- $required : bool
- $status : bool
- $table_id : int|null
- $table_value : string|null
- $table_value_abbreviation : string|null
- $table_value_id : int|null
- $text_value : string|null
- $unique : bool
- $fields : array<string|int, string>
Properties
$bit_value
public
bool|null
$bit_value
Bit Value
$data_type
public
string|null
$data_type
Data Type
$data_type_description
public
string|null
$data_type_description
Data Type Description
$data_type_id
public
int
$data_type_id
Data Type Id
$date_value
public
string|null
$date_value
Date Value
$decimal_value
public
float|null
$decimal_value
Decimal Value
$field_id
public
int
$field_id
The custom field Id
$field_name
public
string|null
$field_name
Field Name
$id
public
string|null
$id
Id
$int_value
public
int|null
$int_value
Int Value
$last_modified_date
public
string
$last_modified_date
Last Modified Date
$last_modified_user_id
public
int
$last_modified_user_id
Last Modified User Id
$required
public
bool
$required
Required
$status
public
bool
$status
Status
$table_id
public
int|null
$table_id
Table Id
$table_value
public
string|null
$table_value
Table Value
$table_value_abbreviation
public
string|null
$table_value_abbreviation
Table Value Abbreviation
$table_value_id
public
int|null
$table_value_id
Table Value Id
$text_value
public
string|null
$text_value
Text Value
$unique
public
bool
$unique
Unique
$fields
protected
static array<string|int, string>
$fields
= ["id" => "string", "data_type_id" => "int", "data_type" => "string", "data_type_description" => "string", "field_id" => "int", "field_name" => "string", "bit_value" => "bool", "int_value" => "int", "decimal_value" => "float", "text_value" => "string", "date_value" => "string", "last_modified_user_id" => "int", "last_modified_date" => "string", "status" => "bool", "unique" => "bool", "required" => "bool", "table_id" => "int", "table_value_id" => "int", "table_value" => "string", "table_value_abbreviation" => "string"]