Citation::getDetail - jcobban/Genealogy GitHub Wiki
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()