SolrObject クラス

はじめに

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

クラス概要

SolrObject
final class SolrObject implements ArrayAccess {
/* メソッド */
public __construct()
public array getPropertyNames()
public bool offsetExists(string $property_name)
public mixed offsetGet(string $property_name)
public void offsetSet(string $property_name, string $property_value)
public void offsetUnset(string $property_name)
public __destruct()
}
目次