SOLROBJECT(3) 1 SOLROBJECT(3)
The SolrObject class
INTRODUCTION
This is an object whose properties can also by accessed using the array syntax. All its properties are read-only.
CLASS SYNOPSIS
SolrObject
final
SolrObjectArrayAccess
Methods
o public SolrObject::__construct (void )
o public void SolrObject::__destruct (void )
o public array SolrObject::getPropertyNames (void )
o public bool SolrObject::offsetExists (string $property_name)
o public mixed SolrObject::offsetGet (string $property_name)
o public void SolrObject::offsetSet (string $property_name, string $property_value)
o public void SolrObject::offsetUnset (string $property_name)
PHP Documentation Group SOLROBJECT(3)