function CourseObjectFulfillment::getInstanceId in Course 7.2
Same name and namespace in other branches
- 7 includes/CourseObjectFulfillment.inc \CourseObjectFulfillment::getInstanceId()
Get the instance ID. This could be the external component ID, a Node ID...
Return value
string
File
- includes/
CourseObjectFulfillment.inc, line 111
Class
- CourseObjectFulfillment
- Parent class for course object fulfillment.
Code
function getInstanceId() {
return $this
->getOption('instance');
}