Citation::getCitType - jcobban/Genealogy GitHub Wiki

Citation::getCitType

Up: class Citation

This method returns an integer identifying the type of record that the idime value refers to:

    $rectype           = $citation->getCitType();

The return value is one of the Citation::STYPE_... constants described in class Citation.

Next: $citation->getCitTypeText()