function CourseObject::revoke in Course 6
Same name and namespace in other branches
- 7 includes/CourseObject.inc \CourseObject::revoke()
Revoke access to the external course object.
For example, removing a user to an access control list.
@todo This isn't called anywhere useful, yet.
See also
1 call to CourseObject::revoke()
- CourseObject::takeCourseObject in includes/
course_object.core.inc - Take a course object.
1 method overrides CourseObject::revoke()
- CourseObjectNode::revoke in includes/
course_object.core.inc - Duration expired (or something) - CourseObject is telling us so.
File
- includes/
course_object.core.inc, line 852
Class
- CourseObject
- Parent abstract base class of all course objects.
Code
function revoke() {
}