![]() |
CMS
Version 3.9
|
Provides a central management class for event handlers and common functionality for the api component. 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... | |
Provides a central management class for event handlers and common functionality for the api component.
Definition at line 97 of file api_manager.inc.
APIContentManager::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 120 of file api_manager.inc.
APIContentManager::getContent | ( | $section, | |
$identifier | |||
) |
Returns a SectionContent object for the specified section and identifier.
Section | $section | |
string | $identifier |
Implements ISectionContentManager.
Definition at line 101 of file api_manager.inc.
APIContentManager::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 99 of file api_manager.inc.
APIContentManager::sendContent | ( | $section, | |
$identifier | |||
) |
Renders and sends the specified content for the given section.
Section | $section | |
string | $identifier |
Implements ISectionContentManager.
Definition at line 110 of file api_manager.inc.