![]() |
CMS
Version 3.9
|
Scans the application home directory and PHP include path and builds the component and administration page map that describe the configuration of the application. More...
Public Member Functions | |
__construct () | |
Creates a new ComponentManager object. More... | |
update () | |
deleteSiteMapPage ($siteMapPage) | |
setHierarchyFromMenuItems () | |
Default the hierarchy of pages to the global menu's hierarchy. More... | |
removeOldContentFromSiteMap () | |
Check if the SiteMap contains records of content that has been removed from the site. More... | |
getTitle ($content, $type, $item) | |
Given an instance of a CMS content item, get the title. More... | |
saveNewContentToSiteMap () | |
Gather all CMS content and if an item is not already in the site map, add it. More... | |
categorizeItemTypes ($itemsByType) | |
getLink ($section, $identifier) | |
Static Public Member Functions | |
static | updateSiteMap () |
static | upgradeComponent ($version) |
static | registerSerializationHandler () |
Public Attributes | |
$pages = array() | |
$map = array() | |
$currentContent = array() | |
Static Public Attributes | |
static | $titleFields |
Scans the application home directory and PHP include path and builds the component and administration page map that describe the configuration of the application.
Definition at line 67 of file site_map_manager.inc.
SiteMapManager::__construct | ( | ) |
Creates a new ComponentManager object.
Definition at line 88 of file site_map_manager.inc.
SiteMapManager::categorizeItemTypes | ( | $itemsByType | ) |
Definition at line 276 of file site_map_manager.inc.
SiteMapManager::deleteSiteMapPage | ( | $siteMapPage | ) |
Definition at line 125 of file site_map_manager.inc.
SiteMapManager::getLink | ( | $section, | |
$identifier | |||
) |
Definition at line 291 of file site_map_manager.inc.
SiteMapManager::getTitle | ( | $content, | |
$type, | |||
$item | |||
) |
Given an instance of a CMS content item, get the title.
Definition at line 202 of file site_map_manager.inc.
|
static |
Definition at line 308 of file site_map_manager.inc.
SiteMapManager::removeOldContentFromSiteMap | ( | ) |
Check if the SiteMap contains records of content that has been removed from the site.
Definition at line 186 of file site_map_manager.inc.
SiteMapManager::saveNewContentToSiteMap | ( | ) |
Gather all CMS content and if an item is not already in the site map, add it.
Definition at line 225 of file site_map_manager.inc.
SiteMapManager::setHierarchyFromMenuItems | ( | ) |
Default the hierarchy of pages to the global menu's hierarchy.
Definition at line 146 of file site_map_manager.inc.
SiteMapManager::update | ( | ) |
Definition at line 106 of file site_map_manager.inc.
|
static |
Definition at line 98 of file site_map_manager.inc.
|
static |
Definition at line 302 of file site_map_manager.inc.
SiteMapManager::$currentContent = array() |
Definition at line 71 of file site_map_manager.inc.
SiteMapManager::$map = array() |
Definition at line 70 of file site_map_manager.inc.
SiteMapManager::$pages = array() |
Definition at line 69 of file site_map_manager.inc.
|
static |
Definition at line 73 of file site_map_manager.inc.