Update POD for getIsa

This commit is contained in:
Colin Kuskie 2009-09-18 13:29:58 -07:00
parent e3029f3661
commit 3ff88580e8

View file

@ -1207,7 +1207,7 @@ sub getImportNode {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 getIsa ( $session ) =head2 getIsa ( $session, [ $offset ] )
A class method to return an iterator for getting all Assets by class (and all sub-classes) A class method to return an iterator for getting all Assets by class (and all sub-classes)
as Asset objects, one at a time. When the end of the assets is reached, then the iterator as Asset objects, one at a time. When the end of the assets is reached, then the iterator
@ -1220,6 +1220,15 @@ while (my $product = $productIterator->()) {
##Do something useful with $product ##Do something useful with $product
} }
=head3 $session
A reference to a WebGUI::Session object.
=head3 $offset
An offset, from the beginning of the results returned from the query, to really begin
returning results. This allows very large sets of results to be handled in chunks.
=cut =cut
sub getIsa { sub getIsa {