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

search for in the

SolrObject::__construct> <SolrDocumentField::__destruct
Last updated: Fri, 20 May 2011

view this page in

La clase SolrObject

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.

Clases sinopsis

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

Table of Contents



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

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