You are here

function CourseObject::thaw in Course 6

Same name and namespace in other branches
  1. 7.2 includes/CourseObject.inc \CourseObject::thaw()
  2. 7 includes/CourseObject.inc \CourseObject::thaw()
1 call to CourseObject::thaw()
CourseObject::save in includes/course_object.core.inc
Let objects create their instances before saving the course object.
1 method overrides CourseObject::thaw()
CourseObjectNode::thaw in includes/course_object.core.inc
Thaw data frozen from an earlier export/clone.

File

includes/course_object.core.inc, line 889

Class

CourseObject
Parent abstract base class of all course objects.

Code

function thaw() {
}