CMS  Version 3.9
ToolHintUserStatus Class Reference

Inherits DataItem.

Public Member Functions

 Hint ()
 

Public Attributes

 $table = "tool_hint_user_status"
 
 $primary_key = "status_id"
 
 $fields
 

Detailed Description

Definition at line 99 of file tool_hint.inc.

Member Function Documentation

◆ Hint()

ToolHintUserStatus::Hint ( )

Definition at line 109 of file tool_hint.inc.

110  {
111  return $this->getRelated(ToolHint);
112  }

Member Data Documentation

◆ $fields

ToolHintUserStatus::$fields
Initial value:
= array("status_id" => Number,
"hint_id" => Number,
"user_id" => Number,
"hidden" => Boolean)

Definition at line 104 of file tool_hint.inc.

◆ $primary_key

ToolHintUserStatus::$primary_key = "status_id"

Definition at line 102 of file tool_hint.inc.

◆ $table

ToolHintUserStatus::$table = "tool_hint_user_status"

Definition at line 101 of file tool_hint.inc.


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