CMS  Version 3.9
DocumentTopicXref Class Reference

Inherits DataItem.

Public Member Functions

 Document ()
 
 Topic ()
 
 DocumentTopicXref ()
 

Public Attributes

 $fields
 
 $relations
 

Detailed Description

Definition at line 79 of file topic.inc.

Member Function Documentation

◆ Document()

DocumentTopicXref::Document ( )

Definition at line 91 of file topic.inc.

92  {
93  return $this->getRelated(Document);
94  }
This class maps the publication table.
Definition: document.inc:43

◆ DocumentTopicXref()

DocumentTopicXref::DocumentTopicXref ( )

Definition at line 101 of file topic.inc.

102  {
103  $this->primary_key = "document_topic_xref_id";
104  $this->table = "document_topic_xref";
105 
106  $this->DataItem(func_get_args());
107  }

◆ Topic()

DocumentTopicXref::Topic ( )

Definition at line 96 of file topic.inc.

97  {
98  return $this->getRelated(Topic);
99  }
This class maps the topic table.
Definition: topic.inc:38

Member Data Documentation

◆ $fields

DocumentTopicXref::$fields
Initial value:
= array("document_topic_xref_id" => Number,
"document_id" => Number,
"topic_id" => Number)

Definition at line 82 of file topic.inc.

◆ $relations

DocumentTopicXref::$relations
Initial value:
= array( "Document" => Document,
"Topic" => Topic)

Definition at line 88 of file topic.inc.


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