You are here

function CourseObjectFulfillment::revoke in Course 7.2

Revoke access to the external course object.

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

See also

CourseObjectNodeFulfillment::revoke()

1 method overrides CourseObjectFulfillment::revoke()
CourseObjectNodeFulfillment::revoke in includes/CourseObjectNodeFulfillment.inc
Revoke access to the external course object.

File

includes/CourseObjectFulfillment.inc, line 133

Class

CourseObjectFulfillment
Parent class for course object fulfillment.

Code

function revoke() {
}