(PECL solr >= 0.9.2)
はじめに
これはオブジェクトで、そのプロパティは、配列の文法を使用してアクセスされることもできます。 その全てのプロパティは読み取り専用です。
クラス概要
final SolrObject implements ArrayAccess {
public __construct ( )
public __destruct ( ) : void
public getPropertyNames ( ) : array
public offsetExists
( string $property_name
) : bool
public offsetSet
( string $property_name
, string $property_value
) : void
public offsetUnset
( string $property_name
) : void
}
目次
- SolrObject::__construct — Solr オブジェクトを生成
- SolrObject::__destruct — デストラクタ
- SolrObject::getPropertyNames — 全てのプロパティ名の配列を返す
- SolrObject::offsetExists — プロパティが存在するかチェック
- SolrObject::offsetGet — プロパティを取得するために使用される
- SolrObject::offsetSet — プロパティに対して値を設定
- SolrObject::offsetUnset — プロパティに対して値の設定を解除
/* メソッド */