Document that getLineage*'s excludeClasses are appended with wildcards, so sub-classes are also excluded.

This commit is contained in:
Colin Kuskie 2010-06-22 11:35:04 -07:00
parent 8283243823
commit ee179911cf

View file

@ -579,6 +579,7 @@ An integer describing how many levels of ancestry from the start point that shou
=head4 excludeClasses
An array reference containing a list of asset classes to remove from the result set. The opposite of the includOnlyClasses rule.
Each class is internally appended with a SQL wildcard, so any subclass will also be excluded.
=head4 invertTree