You are here

public function CourseObject::hasPolling in Course 7.2

Same name and namespace in other branches
  1. 6 includes/course_object.core.inc \CourseObject::hasPolling()
  2. 7 includes/CourseObject.inc \CourseObject::hasPolling()

Specify whether fulfillment uses asynchronous polling.

Return value

bool Whether this object uses polling. Defaults to FALSE.

File

includes/CourseObject.inc, line 32

Class

CourseObject
Parent abstract base class of all course objects.

Code

public function hasPolling() {
  return FALSE;
}