PHP Doku:: The SolrObject class - class.solrobject.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSuchmaschinenerweiterungenApache SolrThe SolrObject class

Ein Service von Reinhard Neidl - Webprogrammierung.

Apache Solr

<<SolrDocumentField::__destruct

SolrObject::__construct>>


UnterSeiten:

The SolrObject class

Einführung

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

Klassenbeschreibung

final SolrObject implements ArrayAccess {
/* Methoden */
__construct ( void )
public void __destruct ( void )
public array getPropertyNames ( void )
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 )
}

Inhaltsverzeichnis


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)