CMS  Version 3.9
ComponentPageModuleXref Class Reference

Inherits DataItem.

Public Member Functions

 Page ()
 
 Module ()
 

Public Attributes

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

Detailed Description

Definition at line 246 of file component_page.inc.

Member Function Documentation

◆ Module()

ComponentPageModuleXref::Module ( )

Definition at line 268 of file component_page.inc.

269  {
270  return $this->getRelated(Module);
271  }
Defines the Module class.
Definition: module.inc:57

◆ Page()

ComponentPageModuleXref::Page ( )

Definition at line 263 of file component_page.inc.

264  {
265  return $this->getRelated(Page);
266  }
Definition: page.inc:43

Member Data Documentation

◆ $fields

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

Definition at line 252 of file component_page.inc.

◆ $primary_key

ComponentPageModuleXref::$primary_key = "join_id"

Definition at line 249 of file component_page.inc.

◆ $relations

ComponentPageModuleXref::$relations
Initial value:
= array( "Page" => ComponentPage,
"Module" => Module)

Definition at line 260 of file component_page.inc.

◆ $table

ComponentPageModuleXref::$table = "component_page_module_xref"

Definition at line 248 of file component_page.inc.


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