class HoldingsListEntry
More...
class HoldingsListEntry
Definition at line 2509 of file grima-lib.php.
◆ __construct()
| HoldingsListEntry::__construct |
( |
|
$node, |
|
|
|
$mms_id |
|
) |
|
|
Definition at line 2520 of file grima-lib.php.
2521 $this->xml =
new DomDocument();
2522 $this->xml->appendChild($this->xml->importNode($node,
true));
2523 $this->el_override[
'mms_id'] = $mms_id;
◆ getItemList()
| HoldingsListEntry::getItemList |
( |
|
$limit = -1
|
) |
|
Definition at line 2526 of file grima-lib.php.
References $grima.
2528 $this->getMmsIfNeeded();
2529 $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 2510 of file grima-lib.php.
◆ $xml
The documentation for this class was generated from the following file: