Skip to content

Citation::getNotes

James Cobban edited this page Sep 14, 2023 · 2 revisions

Citation::getNotes

Up: class Citation

This method returns the contents of the srcDetailNote field which contains notes about the transcriber's interpretation of the documentary source that contains the information to support the event or fact cited. This method uses the widely used name getNotes for consistency with other record classes.

    $notes           = $citation->getNotes();

The return value is a string. If the value of the srcDetailNote field is null, this returns an empty string.

Next: $citation->getOrder()

Clone this wiki locally