Returns the number of Enrollments in this set.
API Tags:
Return: | Number of Enrollments currently in this set. |
Access: | public |
HTML_Quickform displayLearningOfferingSelectionForms(
string
$function
)
|
|
Returns an HTML_QuickForm object to disply a list of learning offerings to take.
Parameters:
string |
$function: |
The Kuote function using the form. |
API Tags:
Return: | QuickForm object of the learning offerings selection form. |
Access: | public |
Deprecated: | |
Returns the first LearningOffering in the set on the first call.
The next LearningOffering in the set on each successive call.
API Tags:
Return: | A LearningOffering object. OR boolean False if there are no more LearningOfferings in the set. |
Access: | public |
integer getCurrentByCourseOffering(
integer
$courseOffering
)
|
|
Populates this LearningOfferingSet with all the currently offered LearningOfferings for the given Course Offering.
Parameters:
integer |
$courseOffering: |
KuoteObjects_CourseOffering $courseOffering The CourseOffering whose LearningOfferings to get. |
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 |