FamilyTree::isValid - jcobban/Genealogy GitHub Wiki
$tree->isValid()
Up: class FamilyTree
The method returns boolean true
if the object was successfully initialized from the database, otherwise it returns boolean false
. This is implemented to match the interface of class Record.
Next: $tree->getErrors()