SolrObject クラス

(PECL solr >= 0.9.2)

はじめに

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

クラス概要

finalclassSolrObjectimplementsArrayAccess {
public__construct()
publicoffsetExists(string$property_name): bool
publicoffsetGet(string$property_name): mixed
publicoffsetSet(string$property_name, string$property_value): void
publicoffsetUnset(string$property_name): void
public__destruct()
}

目次

To Top