![]() |
CMS
Version 3.9
|
Public Member Functions | |
getDefaultPage ($section) | |
Returns the identifier for the default page in the section (i.e. More... | |
getContent ($section, $identifier) | |
Returns a SectionContent object for the specified section and identifier. More... | |
sendContent ($section, $identifier) | |
Renders and sends the specified content for the given section. More... | |
getAdminView ($section) | |
Factory method to build the view class for displaying and manipulating section content for the specified section. More... | |
Definition at line 73 of file section_content_manager.inc.
SectionContentManager::getAdminView | ( | $section | ) |
Factory method to build the view class for displaying and manipulating section content for the specified section.
unknown | $section |
Implements ISectionContentManager.
Definition at line 104 of file section_content_manager.inc.
SectionContentManager::getContent | ( | $section, | |
$identifier | |||
) |
Returns a SectionContent object for the specified section and identifier.
Section | $section | |
string | $identifier |
Implements ISectionContentManager.
Definition at line 77 of file section_content_manager.inc.
SectionContentManager::getDefaultPage | ( | $section | ) |
Returns the identifier for the default page in the section (i.e.
the page that should be served when no identifier is specified).
Implements ISectionContentManager.
Definition at line 75 of file section_content_manager.inc.
SectionContentManager::sendContent | ( | $section, | |
$identifier | |||
) |
Renders and sends the specified content for the given section.
Section | $section | |
string | $identifier |
Implements ISectionContentManager.
Definition at line 91 of file section_content_manager.inc.