The SolrObject class

(PECL solr >= 0.9.2)

Giriş

This is an object whose properties can also by accessed using the array syntax. All its properties are read-only.

Sınıf Sözdizimi

final class SolrObject implements ArrayAccess {
/* Yöntemler */
public function __construct()
public function getPropertyNames(): array
public function offsetExists(string $property_name): bool
public function offsetGet(string $property_name): mixed
public function offsetSet(string $property_name, string $property_value): void
public function offsetUnset(string $property_name): void
public function __destruct()
}

İçindekiler

add a note

User Contributed Notes

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