|
The SolrObject classIntroductionThis is an object whose properties can also by accessed using the array syntax. All its properties are read-only. Class synopsisSolrObject
final
class SolrObject
implements
ArrayAccess {
/* Methods */
public __construct()
public array getPropertyNames()
public bool offsetExists(string
$property_name )public mixed offsetGet(string
$property_name )public void offsetSet(string
$property_name , string $property_value )public void offsetUnset(string
$property_name )public __destruct()
}
|