CMS  Version 3.9
GroupTopicXref Class Reference

Inherits DataItem.

Public Member Functions

 Grp ()
 
 Topic ()
 
 GroupTopicXref ()
 

Public Attributes

 $fields
 
 $relations
 

Detailed Description

Definition at line 110 of file topic.inc.

Member Function Documentation

◆ GroupTopicXref()

GroupTopicXref::GroupTopicXref ( )

Definition at line 132 of file topic.inc.

133  {
134  $this->primary_key = "group_topic_id";
135  $this->table = "grp_topic_xref";
136 
137  $this->DataItem(func_get_args());
138  }

◆ Grp()

GroupTopicXref::Grp ( )

Definition at line 122 of file topic.inc.

123  {
124  return $this->getRelated(Group);
125  }
Definition: group.inc:35

◆ Topic()

GroupTopicXref::Topic ( )

Definition at line 127 of file topic.inc.

128  {
129  return $this->getRelated(Topic);
130  }
This class maps the topic table.
Definition: topic.inc:38

Member Data Documentation

◆ $fields

GroupTopicXref::$fields
Initial value:
= array("group_topic_id" => Number,
"group_id" => Number,
"topic_id" => Number)

Definition at line 113 of file topic.inc.

◆ $relations

GroupTopicXref::$relations
Initial value:
= array( "Group" => Group,
"Topic" => Topic)

Definition at line 119 of file topic.inc.


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