Php/docs/class.solrobject

提供:Dev Guides
< Php
2020年12月14日 (月) 12:24時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PECL solr >= 0.9.2)

はじめに

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


クラス概要


final SolrObject implements ArrayAccess {

/* メソッド */

public __construct ( )

public __destruct ( ) : void

public getPropertyNames ( ) : array

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

}

目次