PHP 클래스 Smile\ElasticsuiteCore\Helper\Autocomplete

저자: Romain Ruaud ([email protected])
상속: extends AbstractConfiguration
파일 보기 프로젝트 열기: smile-sa/elasticsuite 1 사용 예제들

공개 메소드들

메소드 설명
getMaxSize ( string $type = null ) : integer Retrieve Max Size for a given type of autocomplete results

보호된 메소드들

메소드 설명
getConfigValue ( string $key ) : mixed Retrieve a configuration value by its key

메소드 상세

getConfigValue() 보호된 메소드

Retrieve a configuration value by its key
protected getConfigValue ( string $key ) : mixed
$key string The configuration key
리턴 mixed

getMaxSize() 공개 메소드

Retrieve Max Size for a given type of autocomplete results
public getMaxSize ( string $type = null ) : integer
$type string The type of autocomplete element
리턴 integer