The SolrObject class

(PECL solr >= 0.9.2)

Introducere

This is an object whose properties can also by accessed using the array syntax. All its properties are read-only.

Sinopsisul clasei

final SolrObject implements ArrayAccess {
/* Metode */
public __construct ( )
public __destruct ( ) : void
public getPropertyNames ( ) : array
public offsetExists ( string $property_name ) : bool
public offsetGet ( string $property_name ) : mixed
public offsetSet ( string $property_name , string $property_value ) : void
public offsetUnset ( string $property_name ) : void
}

Cuprins

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top