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 function __construct()
public function getPropertyNames(): array
public function offsetExists(string $property_name): bool
public function offsetGet(string $property_name): mixed
public function offsetSet(string $property_name, string $property_value): void
public function offsetUnset(string $property_name): void
public function __destruct()
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top