Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Sulu
Bundle
WebsiteBundle
Sitemap
XmlSitemapRendererInterface
PHP 인터페이스 Sulu\Bundle\WebsiteBundle\Sitemap\XmlSitemapRendererInterface
파일 보기
프로젝트 열기: sulu/sulu
0 사용 예제들
공개 메소드들
메소드
설명
renderIndex
(
string
$domain
= null,
string
$scheme
= null ) :
null
|
string
Render sitemap-index.
renderSitemap
(
string
$alias
,
integer
$page
,
string
$locale
,
Portal
$portal
,
string
$host
,
string
$scheme
) :
null
|
string
Render sitemap for a given alias.
메소드 상세
renderIndex()
공개
메소드
If returns null there is no index available.
public
renderIndex
(
string
$domain
= null,
string
$scheme
= null ) :
null
|
string
$domain
string
if null current will be used
$scheme
string
if null current will be used
리턴
null
|
string
renderSitemap()
공개
메소드
If returns null there is no sitemap available.
public
renderSitemap
(
string
$alias
,
integer
$page
,
string
$locale
,
Portal
$portal
,
string
$host
,
string
$scheme
) :
null
|
string
$alias
string
$page
integer
$locale
string
$portal
Sulu\Component\Webspace\Portal
$host
string
$scheme
string
리턴
null
|
string