class HoldingsListEntry
More...
class HoldingsListEntry
Definition at line 2106 of file grima-lib.php.
◆ __construct()
| HoldingsListEntry::__construct |
( |
|
$node, |
|
|
|
$mms_id |
|
) |
| |
Definition at line 2117 of file grima-lib.php.
2118 $this->xml =
new DomDocument();
2119 $this->xml->appendChild($this->xml->importNode($node,
true));
2120 $this->el_override[
'mms_id'] = $mms_id;
◆ getItemList()
| HoldingsListEntry::getItemList |
( |
|
$limit = -1 | ) |
|
Definition at line 2123 of file grima-lib.php.
References $grima.
2125 $this->getMmsIfNeeded();
2126 $this->itemList =
new ItemList($this[
'mms_id'], $this[
'holding_id'], $limit);
◆ $el_address
| HoldingsListEntry::$el_address |
|
protected |
Initial value:= array(
'holding_id' => '//holding_id',
'call_number' => '//holding/call_number',
'library_code' => '//holding/library',
'library' => '//holding/library/@desc',
'location_code' => '//holding/location',
'location' => '//holding/location/@desc'
)
Definition at line 2107 of file grima-lib.php.
◆ $xml
The documentation for this class was generated from the following file: