Grima  2018-08
Whispering into Alma's ear
Public Member Functions | List of all members
MARC21RecordSetArray Class Reference
Inheritance diagram for MARC21RecordSetArray:
ISO2709RecordSetArray

Public Member Functions

  __construct ( $input)
 
- Public Member Functions inherited from ISO2709RecordSetArray
  __construct ( $input, $numCache=10)
 
  offsetExists ( $offset)
 
  offsetGet ( $offset)
 
  offsetSet ( $offset, $value)
 
  offsetUnset ( $offset)
 

Additional Inherited Members

- Public Attributes inherited from ISO2709RecordSetArray
  $records
 
  $numRecords
 
  $cache
 
  $recordOffsets
 
  $numCache
 
  $recordClass
 
- Protected Attributes inherited from ISO2709RecordSetArray
  $input
 

Detailed Description

Definition at line 19 of file MARC21.php.

Constructor & Destructor Documentation

◆ __construct()

MARC21RecordSetArray::__construct (   $input )

Definition at line 20 of file MARC21.php.

References ISO2709RecordSetIterator\$input.

20  {
21  parent::__construct( $input );
22  $this->recordClass = "MARC21Record";
23  }

The documentation for this class was generated from the following file: