![]() |
CMS
Version 3.9
|
Inherits DataItem.
Public Member Functions | |
Component () | |
Site () | |
ComponentPageModuleXrefs ($constraint="ORDER BY position, sort_order") | |
Modules ($constraint="ORDER BY position, sort_order") | |
getModulesByPosition ($constraint="ORDER BY position, sort_order") | |
getTitle () | |
getBodyClass () | |
getTemplate () | |
Loads the template associated with this page. More... | |
getPositions () | |
Retrieves an array of the position names defined in the template for this page. More... | |
Static Public Member Functions | |
static | findByIdentifier ($identifier, $constraint="") |
Public Attributes | |
$primary_key = "component_page_id" | |
$table = "component_page" | |
$default_format = "{identifier}" | |
$fields | |
$relations | |
Definition at line 41 of file component_page.inc.
ComponentPage::Component | ( | ) |
Definition at line 67 of file component_page.inc.
ComponentPage::ComponentPageModuleXrefs | ( | $constraint = "ORDER BY position, sort_order" | ) |
Definition at line 77 of file component_page.inc.
|
static |
Definition at line 232 of file component_page.inc.
ComponentPage::getBodyClass | ( | ) |
Definition at line 148 of file component_page.inc.
ComponentPage::getModulesByPosition | ( | $constraint = "ORDER BY position, sort_order" | ) |
Definition at line 88 of file component_page.inc.
ComponentPage::getPositions | ( | ) |
Retrieves an array of the position names defined in the template for this page.
Definition at line 219 of file component_page.inc.
ComponentPage::getTemplate | ( | ) |
Loads the template associated with this page.
Definition at line 166 of file component_page.inc.
ComponentPage::getTitle | ( | ) |
Definition at line 129 of file component_page.inc.
ComponentPage::Modules | ( | $constraint = "ORDER BY position, sort_order" | ) |
Definition at line 82 of file component_page.inc.
ComponentPage::Site | ( | ) |
Definition at line 72 of file component_page.inc.
ComponentPage::$default_format = "{identifier}" |
Definition at line 46 of file component_page.inc.
ComponentPage::$fields |
Definition at line 49 of file component_page.inc.
ComponentPage::$primary_key = "component_page_id" |
Definition at line 43 of file component_page.inc.
ComponentPage::$relations |
Definition at line 62 of file component_page.inc.
ComponentPage::$table = "component_page" |
Definition at line 44 of file component_page.inc.