PHP Class Creare_CreareSeoSitemap_Block_Sitemap

Inheritance: extends Mage_Core_Block_Template
Show file Open project: adampmoss/CreareSEO

Protected Properties

Property Type Description
$categoryTreeHtml
$cmsPages
$otherPages
$sitemapHelper
$store
$xmlSitemaps

Public Methods

Method Description
__construct ( array $args )
buildCategoryTreeHtml ( $parentId, $isChild = false )
getCategoryTreeHtml ( ) : string
getCmsPages ( ) : mixed
getOtherPages ( ) : array
getXmlSitemaps ( ) : mixed
sitemapHelper ( ) : Creare_CreareSeoSitemap_Helper_Data

Private Methods

Method Description
setCmsPages ( )
setOtherPages ( )
setXmlSitemaps ( )

Method Details

__construct() public method

public __construct ( array $args )
$args array

buildCategoryTreeHtml() public method

public buildCategoryTreeHtml ( $parentId, $isChild = false )
$parentId
$isChild

getCategoryTreeHtml() public method

public getCategoryTreeHtml ( ) : string
return string

getCmsPages() public method

public getCmsPages ( ) : mixed
return mixed

getOtherPages() public method

public getOtherPages ( ) : array
return array

getXmlSitemaps() public method

public getXmlSitemaps ( ) : mixed
return mixed

sitemapHelper() public method

public sitemapHelper ( ) : Creare_CreareSeoSitemap_Helper_Data
return Creare_CreareSeoSitemap_Helper_Data

Property Details

$categoryTreeHtml protected property

protected $categoryTreeHtml

$cmsPages protected property

protected $cmsPages

$otherPages protected property

protected $otherPages

$sitemapHelper protected property

protected $sitemapHelper

$store protected property

protected $store

$xmlSitemaps protected property

protected $xmlSitemaps