The SolrObject class
(PECL solr >= 0.9.2)
Introduction
This is an object whose properties can also by accessed using the array syntax. All its properties are read-only.
Class synopsis
public mixed offsetGet
(
string $property_name
)
public void offsetSet
(
string $property_name
,
string $property_value
)
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.