(No version information available, might only be in SVN)
简介
This is an object whose properties can also by accessed using the array syntax. All its properties are read-only.
类摘要
final
SolrObject
implements
ArrayAccess
{
public mixed offsetGet
(
string $property_name
)
public void offsetSet
(
string $property_name
,
string $property_value
)
}