The SolrObject class

The SolrObject class

(PECL solr >= 0.9.2)

簡介

This is an object whose properties can also by accessed using the array syntax. All its properties are read-only.

類摘要

final class SolrObject implements ArrayAccess {
/* 方法 */
public __construct()
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
public __destruct()
}

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *