SolrObject クラス

(PECL solr >= 0.9.2)

はじめに

これはオブジェクトで、そのプロパティは、配列の文法を使用してアクセスされることもできます。 その全てのプロパティは読み取り専用です。

クラス概要

final class SolrObject implements ArrayAccess {
/* メソッド */
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()
}

目次

add a note

User Contributed Notes

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