PHP 클래스 Sulu\Bundle\SearchBundle\Search\Configuration\IndexConfigurationProvider

상속: implements Sulu\Bundle\SearchBundle\Search\Configuration\IndexConfigurationProviderInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( array $indexConfigurations )
$indexConfigurations array

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[]