You are here

public function H5PReportXAPIData::getParentID in Opigno module 3.x

Same name and namespace in other branches
  1. 8 ActivityTypes/opigno_h5p/src/H5PReportXAPIData.php \Drupal\opigno_h5p\H5PReportXAPIData::getParentID()

Get the ID of the parent statement.

Only works for statements part of a compound interaction.

File

ActivityTypes/opigno_h5p/src/H5PReportXAPIData.php, line 70

Class

H5PReportXAPIData
Class H5PReportXAPIData.

Namespace

Drupal\opigno_h5p

Code

public function getParentID() {
  return $this->parentID;
}