You are here

public function CourseObjectSignup::hasPolling in Course 6

Same name and namespace in other branches
  1. 7 modules/course_signup/course_signup.classes.inc \CourseObjectSignup::hasPolling()

Specify that this object needs a navigation listener.

Overrides CourseObject::hasPolling

File

modules/course_signup/course_signup.classes.inc, line 8

Class

CourseObjectSignup

Code

public function hasPolling() {
  return TRUE;
}