-
- Downloads
Set and get containing parent records
* php/HAB/Pica/Record/TitleRecord.php (removeLocalRecord) (addLocalRecord): Set and unset parent record reference. * php/HAB/Pica/Record/LocalRecord.php (getTitleRecord) (unsetTitleRecord, setTitleRecord): New functions. Set, get, unset containing title record. (addCopyRecord, removeCopyRecord): Set and unset parent record reference. * php/HAB/Pica/Record/CopyRecord.php (getLocalRecord) (unsetLocalRecord, setLocalRecord): New functions. Set, get, unset containing local record.
Showing
- src/php/HAB/Pica/Record/CopyRecord.php 38 additions, 0 deletionssrc/php/HAB/Pica/Record/CopyRecord.php
- src/php/HAB/Pica/Record/LocalRecord.php 40 additions, 0 deletionssrc/php/HAB/Pica/Record/LocalRecord.php
- src/php/HAB/Pica/Record/TitleRecord.php 2 additions, 0 deletionssrc/php/HAB/Pica/Record/TitleRecord.php
- src/tests/unit-tests/php/HAB/Pica/Record/CopyRecordTest.php 11 additions, 0 deletionssrc/tests/unit-tests/php/HAB/Pica/Record/CopyRecordTest.php
- src/tests/unit-tests/php/HAB/Pica/Record/LocalRecordTest.php 11 additions, 0 deletionssrc/tests/unit-tests/php/HAB/Pica/Record/LocalRecordTest.php
Please register or sign in to comment