PHP 클래스 Thepixeldeveloper\Sitemap\SitemapIndex

상속: implements Thepixeldeveloper\Sitemap\OutputInterface
파일 보기 프로젝트 열기: thepixeldeveloper/sitemap

보호된 프로퍼티들

프로퍼티 타입 설명
$sitemaps Thepixeldeveloper\Sitemap\OutputInterface[] Array of Sitemap entries.

공개 메소드들

메소드 설명
addSitemap ( Thepixeldeveloper\Sitemap\OutputInterface $sitemap ) Add a new Sitemap object to the collection.
generateXML ( XMLWriter $XMLWriter )
getSitemaps ( ) : Thepixeldeveloper\Sitemap\OutputInterface[] Get an array of Sitemap objects.

메소드 상세

addSitemap() 공개 메소드

Add a new Sitemap object to the collection.
public addSitemap ( Thepixeldeveloper\Sitemap\OutputInterface $sitemap )
$sitemap Thepixeldeveloper\Sitemap\OutputInterface

generateXML() 공개 메소드

public generateXML ( XMLWriter $XMLWriter )
$XMLWriter XMLWriter

getSitemaps() 공개 메소드

Get an array of Sitemap objects.
public getSitemaps ( ) : Thepixeldeveloper\Sitemap\OutputInterface[]
리턴 Thepixeldeveloper\Sitemap\OutputInterface[]

프로퍼티 상세

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

Array of Sitemap entries.
protected OutputInterface[],Thepixeldeveloper\Sitemap $sitemaps
리턴 Thepixeldeveloper\Sitemap\OutputInterface[]