Implements interfaces:
Holds Key / Value pairs that represent a Solr Document. Field values can be accessed by direct dereferencing such as:
$document->title = 'Something'; echo $document->title; ... </code>
Additionally, the field values can be iterated with foreach
Located in /Document.php (line 42)
Iterator implementation function, proxies to _fields. Allows usage:
Iterator implementation function, proxies to _fields. Allows usage:
Iterator implementation function, proxies to _fields. Allows usage:
Iterator implementation function, proxies to _fields. Allows usage:
Handle the array manipulation for a multi-valued field
Iterator implementation function, proxies to _fields. Allows usage:
Magic isset for fields values. Do no call directly. Allows usage:
Magic set for field values. Multi-valued fields should be set as arrays or instead use the setMultiValue(...) function which will automatically make sure the field is an array.
Magic unset for field values. Do no call directly. Allows usage:
Documentation generated on Tue, 02 Oct 2007 12:55:37 -0400 by phpDocumentor 1.4.0