Skip to content

Citation::getDetail

James Cobban edited this page Sep 13, 2023 · 3 revisions

Citation::getDetail

Up: class Citation

This method returns the contents of the srcDetail field which contains the information, such as a page number, to identify the specific record within a documentary source that contains the information to support the event or fact cited.

    $detail           = $citation->getDetail();

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

Next: $citation->getPage()

Clone this wiki locally