AXL-Client-Simple
view release on metacpan or search on metacpan
lib/AXL/Client/Simple/Phone.pm view on Meta::CPAN
returns C<undef> if it is at the end of the collection and there are no more
items to return.
=head2 $lines->has_next
Returns a true value if there is another entry in the collection after the
current item, otherwise returns a false value.
=head2 $lines->reset
Resets the iterator's cursor, so you can walk through the entries again from
the start.
=head2 $lines->count
Returns the number of entries returned by the C<lines> server query.
=head2 $lines->items
Returns an array ref containing all the entries returned by the C<lines>
server query. They are each objects of type C<AXL::Client::Simple::Line>.
( run in 0.284 second using v1.01-cache-2.11-cpan-4d50c553e7e )