PHP 인터페이스 Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderPoolInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
getIndex ( ) : Sitemap[] Returns list of available sitemaps.
getProvider ( string $alias ) : Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface Returns provider for given alias.
getProviders ( ) : Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface[] Returns all providers.
hasProvider ( string $alias ) : boolean Indicates that the provider with alias exists.

메소드 상세

getIndex() 공개 메소드

Returns list of available sitemaps.
public getIndex ( ) : Sitemap[]
리턴 Sitemap[]

getProvider() 공개 메소드

Returns provider for given alias.
public getProvider ( string $alias ) : Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface
$alias string
리턴 Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface

getProviders() 공개 메소드

Returns all providers.
public getProviders ( ) : Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface[]
리턴 Sulu\Bundle\WebsiteBundle\Sitemap\SitemapProviderInterface[]

hasProvider() 공개 메소드

Indicates that the provider with alias exists.
public hasProvider ( string $alias ) : boolean
$alias string
리턴 boolean