function CourseObject::thaw in Course 7
Same name and namespace in other branches
- 6 includes/course_object.core.inc \CourseObject::thaw()
- 7.2 includes/CourseObject.inc \CourseObject::thaw()
1 call to CourseObject::thaw()
- CourseObject::save in includes/
CourseObject.inc - Let objects create their instances before saving the course object.
1 method overrides CourseObject::thaw()
- CourseObjectNode::thaw in includes/
CourseObjectNode.inc - Thaw data frozen from an earlier export/clone.
File
- includes/
CourseObject.inc, line 959
Class
- CourseObject
- Parent abstract base class of all course objects.
Code
function thaw($ice) {
}