PHP 인터페이스 Sulu\Bundle\SearchBundle\Search\Configuration\IndexConfigurationProviderInterface

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

공개 메소드들

메소드 설명
getIndexConfiguration ( string $name ) : IndexConfiguration Returns the IndexConfiguration for the index with the given name.
getIndexConfigurations ( ) : IndexConfiguration[] Returns all IndexConfigurations available in this installation.

메소드 상세

getIndexConfiguration() 공개 메소드

Returns the IndexConfiguration for the index with the given name.
public getIndexConfiguration ( string $name ) : IndexConfiguration
$name string The name of the index to get the IndexConfiguration from
리턴 IndexConfiguration

getIndexConfigurations() 공개 메소드

Returns all IndexConfigurations available in this installation.
public getIndexConfigurations ( ) : IndexConfiguration[]
리턴 IndexConfiguration[]