function CourseObject::poll in Course 7
Same name and namespace in other branches
- 6 includes/course_object.core.inc \CourseObject::poll()
- 7.2 includes/CourseObject.inc \CourseObject::poll()
Give the course object a chance do asynchronous polling and set completion on demand.
Useful for external objects.
File
- includes/
CourseObject.inc, line 891
Class
- CourseObject
- Parent abstract base class of all course objects.
Code
function poll() {
}