Source for file SitemapTree.class.php
Documentation is available at SitemapTree.class.php
* Содержит класс SitemapTree
* @copyright Energine 2006
* @param Document $document
public function __construct($name, $module, Document $document, array $params = null) {
parent::__construct($name, $module, $document, $params);
* Загружает данные о дереве разделов
$res = $sitemap->getInfo();
foreach ($res as $id => $info) {
'Segment' => $sitemap->getURLByID($id)
* Переопределяет посторитель
|