PHP 8.4.0 RC4 available for testing

Класс SolrCollapseFunction

(PECL solr >= 2.2.0)

Введение

Обзор класса

class SolrCollapseFunction {
/* Константы */
const string NULLPOLICY_IGNORE = ignore;
const string NULLPOLICY_EXPAND = expand;
const string NULLPOLICY_COLLAPSE = collapse;
/* Методы */
public __construct(string $field = ?)
public getField(): string
public getHint(): string
public getMax(): string
public getMin(): string
public getSize(): int
public __toString(): string
}

Содержание

Добавить

Примечания пользователей

Пользователи ещё не добавляли примечания для страницы
To Top