PHP 인터페이스 Sulu\Bundle\ContentBundle\Teaser\Provider\TeaserProviderPoolInterface

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

공개 메소드들

메소드 설명
getConfiguration ( ) : TeaserConfiguration[] Returns configuration for content-type.
getProvider ( string $name ) : Sulu\Bundle\ContentBundle\Teaser\Provider\TeaserProviderInterface Returns provider by name.
hasProvider ( string $name ) : boolean Returns true if provider exists.

메소드 상세

getConfiguration() 공개 메소드

Returns configuration for content-type.
public getConfiguration ( ) : TeaserConfiguration[]
리턴 Sulu\Bundle\ContentBundle\Teaser\Configuration\TeaserConfiguration[]

getProvider() 공개 메소드

Returns provider by name.
public getProvider ( string $name ) : Sulu\Bundle\ContentBundle\Teaser\Provider\TeaserProviderInterface
$name string
리턴 Sulu\Bundle\ContentBundle\Teaser\Provider\TeaserProviderInterface

hasProvider() 공개 메소드

Returns true if provider exists.
public hasProvider ( string $name ) : boolean
$name string
리턴 boolean