File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Scriptotek \Marc ;
4
4
5
+ use Scriptotek \Marc \Exceptions \UnknownRecordType ;
5
6
use Scriptotek \Marc \Fields \Isbn ;
6
7
use Scriptotek \Marc \Fields \Subject ;
7
8
use Scriptotek \Marc \Fields \SubjectInterface ;
@@ -15,6 +16,10 @@ class BibliographicRecord extends Record
15
16
* Marc21::ISBD_PUNCTUATION_INCLUDED, Marc21::NON_ISBD_PUNCTUATION_OMITTED
16
17
* or Marc21::UNKNOWN_CATALOGING_FORM.
17
18
*
19
+ * @property Isbn[] isbns
20
+ * @property string title
21
+ * @property SubjectInterface[] subjects
22
+ *
18
23
* @return string
19
24
* @throws UnknownRecordType
20
25
*/
Original file line number Diff line number Diff line change 16
16
* methods of File_MARC and File_MARCXML, which are hard-wired to call
17
17
* `new File_MARC_Record()`. The down-side of the wrapping approach is that we
18
18
* break static code analysis and IDE code hinting.
19
+ *
20
+ * @property string id
21
+ * @property string type
19
22
*/
20
23
class Record
21
24
{
You can’t perform that action at this time.
0 commit comments