SolrObject::__construct

(PECL solr >= 0.9.2)

SolrObject::__constructCreates Solr object

Opis

public SolrObject::__construct ( void )

Creates Solr object.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

None

Przykłady

Przykład #1 SolrObject::__construct() example

<?php
/* ... */
?>

Powyższy przykład wyświetli coś podobnego do:

...

Zobacz też:

  • Classname::Method()

add a note add a note

User Contributed Notes

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