CMS  Version 3.9
SectionContentModuleXref Class Reference

Inherits DataItem.

Public Member Functions

 SectionContent ()
 
 Module ()
 

Public Attributes

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

Detailed Description

Definition at line 438 of file section.inc.

Member Function Documentation

◆ Module()

SectionContentModuleXref::Module ( )

Definition at line 460 of file section.inc.

461  {
462  return $this->getRelated(Module);
463  }
Defines the Module class.
Definition: module.inc:57

◆ SectionContent()

SectionContentModuleXref::SectionContent ( )

Definition at line 455 of file section.inc.

456  {
457  return $this->getRelated(SectionContent);
458  }

Member Data Documentation

◆ $fields

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

Definition at line 444 of file section.inc.

◆ $primary_key

SectionContentModuleXref::$primary_key = "join_id"

Definition at line 441 of file section.inc.

◆ $relations

SectionContentModuleXref::$relations
Initial value:
= array( "SectionContent" => SectionContent,
"Module" => Module)

Definition at line 452 of file section.inc.

◆ $table

SectionContentModuleXref::$table = "section_content_module_xref"

Definition at line 440 of file section.inc.


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