CMS  Version 3.9
SectionModuleXref Class Reference

Inherits DataItem.

Public Member Functions

 Section ()
 
 Module ()
 

Public Attributes

 $table = "section_module_xref"
 
 $primary_key = "join_id"
 
 $fields
 
 $relations
 

Detailed Description

Definition at line 408 of file section.inc.

Member Function Documentation

◆ Module()

SectionModuleXref::Module ( )

Definition at line 430 of file section.inc.

431  {
432  return $this->getRelated(Module);
433  }
Defines the Module class.
Definition: module.inc:57

◆ Section()

SectionModuleXref::Section ( )

Definition at line 425 of file section.inc.

426  {
427  return $this->getRelated(Section);
428  }
Section DataItem, defining the data model for sections within a site.
Definition: section.inc:45

Member Data Documentation

◆ $fields

SectionModuleXref::$fields
Initial value:
= array("join_id" => Number,
"section_id" => Number,
"module_id" => Number,
"position" => String,
"sort_order" => Number)

Definition at line 414 of file section.inc.

◆ $primary_key

SectionModuleXref::$primary_key = "join_id"

Definition at line 411 of file section.inc.

◆ $relations

SectionModuleXref::$relations
Initial value:
= array( "Section" => Section,
"Module" => Module)

Definition at line 422 of file section.inc.

◆ $table

SectionModuleXref::$table = "section_module_xref"

Definition at line 410 of file section.inc.


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