![]() |
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 8 of file sharing_content_manager.inc.
SharingContentManager::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 34 of file sharing_content_manager.inc.
SharingContentManager::getContent | ( | $section, | |
$identifier | |||
) |
Returns a SectionContent object for the specified section and identifier.
Section | $section | |
string | $identifier |
Implements ISectionContentManager.
Definition at line 12 of file sharing_content_manager.inc.
SharingContentManager::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 10 of file sharing_content_manager.inc.
SharingContentManager::sendContent | ( | $section, | |
$identifier | |||
) |
Renders and sends the specified content for the given section.
Section | $section | |
string | $identifier |
Implements ISectionContentManager.
Definition at line 21 of file sharing_content_manager.inc.