VuFind API Documentation

SerializableRecord
in package
implements SerializableRecordInterface

SOLR serializable record definition.

Tags
category

VuFind

author

David Maus maus@hab.de

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link
https://vufind.org

Interfaces, Classes, Traits and Enums

SerializableRecordInterface
SOLR serializable record interface definition.

Table of Contents

$fields  : array<string|int, mixed>
Record fields
__construct()  : mixed
Constructor
getFields()  : array<string|int, mixed>
Return array of fields indexed by field name.

Properties

Methods

__construct()

Constructor

public __construct(array<string|int, mixed> $fields) : mixed
Parameters
$fields : array<string|int, mixed>

Fields of record

Return values
mixed

getFields()

Return array of fields indexed by field name.

public getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results