You are here

function CourseObjectFulfillment::getInstanceId in Course 7

Same name and namespace in other branches
  1. 7.2 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 102

Class

CourseObjectFulfillment
Parent class for course object fulfillment.

Code

function getInstanceId() {
  return $this
    ->getOption('instance');
}