function CourseObject::grant in Course 6
Same name and namespace in other branches
- 7 includes/CourseObject.inc \CourseObject::grant()
Grant access to the external course object.
For example, adding a user to an access control list.
See also
1 call to CourseObject::grant()
- CourseObject::takeCourseObject in includes/
course_object.core.inc - Take a course object.
1 method overrides CourseObject::grant()
- CourseObjectNode::grant in includes/
course_object.core.inc - Grant access to course content before going to it.
File
- includes/
course_object.core.inc, line 840
Class
- CourseObject
- Parent abstract base class of all course objects.
Code
function grant() {
}