You are here

function CourseObjectBroken::take in Course 7.2

Same name and namespace in other branches
  1. 7 includes/CourseObjectBroken.inc \CourseObjectBroken::take()

Course object entry point for taking. This method should return a value corresponding to the type set in getTakeType().

Overrides CourseObject::take

File

includes/CourseObjectBroken.inc, line 5

Class

CourseObjectBroken

Code

function take() {
  return t('This course object is misconfigured. Please contact the administrator.');
}