PHP 클래스 Creare_CreareSeoSitemap_Block_Sitemap

상속: extends Mage_Core_Block_Template
파일 보기 프로젝트 열기: adampmoss/CreareSEO

보호된 프로퍼티들

프로퍼티 타입 설명
$categoryTreeHtml
$cmsPages
$otherPages
$sitemapHelper
$store
$xmlSitemaps

공개 메소드들

메소드 설명
__construct ( array $args )
buildCategoryTreeHtml ( $parentId, $isChild = false )
getCategoryTreeHtml ( ) : string
getCmsPages ( ) : mixed
getOtherPages ( ) : array
getXmlSitemaps ( ) : mixed
sitemapHelper ( ) : Creare_CreareSeoSitemap_Helper_Data

비공개 메소드들

메소드 설명
setCmsPages ( )
setOtherPages ( )
setXmlSitemaps ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $args )
$args array

buildCategoryTreeHtml() 공개 메소드

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

getCategoryTreeHtml() 공개 메소드

public getCategoryTreeHtml ( ) : string
리턴 string

getCmsPages() 공개 메소드

public getCmsPages ( ) : mixed
리턴 mixed

getOtherPages() 공개 메소드

public getOtherPages ( ) : array
리턴 array

getXmlSitemaps() 공개 메소드

public getXmlSitemaps ( ) : mixed
리턴 mixed

sitemapHelper() 공개 메소드

public sitemapHelper ( ) : Creare_CreareSeoSitemap_Helper_Data
리턴 Creare_CreareSeoSitemap_Helper_Data

프로퍼티 상세

$categoryTreeHtml 보호되어 있는 프로퍼티

protected $categoryTreeHtml

$cmsPages 보호되어 있는 프로퍼티

protected $cmsPages

$otherPages 보호되어 있는 프로퍼티

protected $otherPages

$sitemapHelper 보호되어 있는 프로퍼티

protected $sitemapHelper

$store 보호되어 있는 프로퍼티

protected $store

$xmlSitemaps 보호되어 있는 프로퍼티

protected $xmlSitemaps