CMS  Version 3.9
OpenData Class Reference

Inherits DataItem.

Public Attributes

 $primary_key = "open_data_id"
 
 $table = "open_data"
 
 $fields
 

Static Public Attributes

static $open_data_level
 

Detailed Description

Definition at line 8 of file open_data.inc.

Member Data Documentation

◆ $fields

OpenData::$fields
Initial value:
= array("open_data_id" => Number,
"class" => String,
"field" => String,
"field_type" => String,
"open_data_level" => String,
"redacted_field" => Boolean,
"redacted_record" => Boolean,
"private" => Boolean,
"protected" => Boolean,
"source" => String,
"data_standard" => String,
"description" => HTML,
"ignored" => Boolean
)

Definition at line 13 of file open_data.inc.

◆ $open_data_level

OpenData::$open_data_level
static
Initial value:
= array("Public" => "Public",
"Internal" => "Internal",
"Admin" => "Admin" )

Definition at line 29 of file open_data.inc.

◆ $primary_key

OpenData::$primary_key = "open_data_id"

Definition at line 10 of file open_data.inc.

◆ $table

OpenData::$table = "open_data"

Definition at line 11 of file open_data.inc.


The documentation for this class was generated from the following file: