downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

SolrObject::__construct> <SolrDocumentField::__destruct
[edit] Last updated: Fri, 17 May 2013

view this page in

La clase SolrObject

(No hay información de versión disponible, podría estar únicamente en SVN)

Introducción

Es un objeto a cuyas propiedades también se pueden acceder usando la sintaxis de array. Todas sus propiedades son de sólo lectura.

Sinopsis de la Clase

final SolrObject implements ArrayAccess {
/* Métodos */
public __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 )
}

Tabla de contenidos



add a note add a note User Contributed Notes SolrObject - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites