You are here

function CourseObject::grant in Course 7

Same name and namespace in other branches
  1. 6 includes/course_object.core.inc \CourseObject::grant()

Grant access to the external course object.

For example, adding a user to an access control list.

See also

CourseObjectNode::grant()

1 call to CourseObject::grant()
CourseObject::takeCourseObject in includes/CourseObject.inc
Take a course object.
1 method overrides CourseObject::grant()
CourseObjectNode::grant in includes/CourseObjectNode.inc
Grant access to course content before going to it.

File

includes/CourseObject.inc, line 902

Class

CourseObject
Parent abstract base class of all course objects.

Code

function grant() {
}