Класс SolrObject
(Информация о версии неизвестна, возможно, только в SVN)
Введение
Это объект, свойства которого можно также получить с помощью синтаксиса массива. Все его свойства доступны только для чтения.
Обзор классов
final
SolrObject
implements
ArrayAccess
{
/* Методы */
}Содержание
- SolrObject::__construct — Creates Solr object
- SolrObject::__destruct — Destructor
- SolrObject::getPropertyNames — Returns an array of all the names of the properties
- SolrObject::offsetExists — Checks if the property exists
- SolrObject::offsetGet — Used to retrieve a property
- SolrObject::offsetSet — Sets the value for a property
- SolrObject::offsetUnset — Sets the value for the property
There are no user contributed notes for this page.
