function CourseObjectFulfillment::grant in Course 7.2
Grant access to the external course object.
For example, adding a user to an access control list.
See also
CourseObjectNodeFulfillment::grant()
1 method overrides CourseObjectFulfillment::grant()
- CourseObjectNodeFulfillment::grant in includes/
CourseObjectNodeFulfillment.inc - Grant access to course content before going to it.
File
- includes/
CourseObjectFulfillment.inc, line 122
Class
- CourseObjectFulfillment
- Parent class for course object fulfillment.
Code
function grant() {
}