![]() |
CMS
Version 3.9
|
Defines the interface required by a SectionContentManager. More...
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... | |
Defines the interface required by a SectionContentManager.
Definition at line 43 of file section_content_manager.inc.
ISectionContentManager::getAdminView | ( | $section | ) |
Factory method to build the view class for displaying and manipulating section content for the specified section.
unknown | $section |
Implemented in SharingContentManager, SectionContentManager, and APIContentManager.
ISectionContentManager::getContent | ( | $section, | |
$identifier | |||
) |
Returns a SectionContent object for the specified section and identifier.
Section | $section | |
string | $identifier |
Implemented in SharingContentManager, SectionContentManager, and APIContentManager.
ISectionContentManager::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).
Implemented in SharingContentManager, SectionContentManager, and APIContentManager.
ISectionContentManager::sendContent | ( | $section, | |
$identifier | |||
) |
Renders and sends the specified content for the given section.
Section | $section | |
string | $identifier |
Implemented in SharingContentManager, SectionContentManager, and APIContentManager.