CakeFest 2024: The Official CakePHP Conference

Класс SolrObject

(PECL solr >= 0.9.2)

Введение

Объект, свойства которого можно также получить с помощью синтаксиса массива. Все его свойства доступны только для чтения.

Обзор классов

final class SolrObject implements ArrayAccess {
/* Методы */
public __construct()
public offsetExists(string $property_name): bool
public offsetGet(string $property_name): mixed
public offsetSet(string $property_name, string $property_value): void
public offsetUnset(string $property_name): void
public __destruct()
}

Содержание

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top