finishing a line of documentation I forgot to finish earlier.

This commit is contained in:
Matthew Wilson 2005-03-05 04:34:02 +00:00
parent dd60e4be04
commit cd4549b12a

View file

@ -1137,7 +1137,7 @@ Returns an array reference of lineages of relatives based upon rules.
=head3 relatives
An array reference of relatives to retrieve. Valid parameters are "siblings", "children", "ancestors", "self", "descendants", "pedigree". If you want to retrieve all assets in the tree, use getRoot->getLineage(
An array reference of relatives to retrieve. Valid parameters are "siblings", "children", "ancestors", "self", "descendants", "pedigree". If you want to retrieve all assets in the tree, use getRoot->getLineage(["self","descendants"],{returnObjects=>1});
=head3 rules