Returns the number of Enrollments in this set.
API Tags:
Return: | Number of Enrollments currently in this set. |
Access: | public |
Returns the first Enrollment in the set on the first call.
The next Enrollment in the set on each successive call.
API Tags:
Return: | An Enrollment object. OR boolean False if there are no more Enrollments in the set. |
Access: | public |
Populates this EnrollmentSet with all the enrollments for the given user.
Parameters:
API Tags:
Return: | Number of Enrollments found. |
Access: | public |
After calling reset(), fetch() will begin from the beginning of the set again.
API Tags:
Return: | True on successful reset, false otherwise. |
Access: | public |