You are here

function opigno_scorm_ui_player_scorm_tree in Opigno 7

Traverse the SCORM package data and construct a SCO tree.

Parameters

object $scorm:

Return value

array

1 call to opigno_scorm_ui_player_scorm_tree()
opigno_scorm_ui_render_player in modules/scorm/ui/opigno_scorm_ui.module
Render a SCORM player for the given SCORM object.

File

modules/scorm/ui/includes/opigno_scorm_ui.player.inc, line 15
Player logic.

Code

function opigno_scorm_ui_player_scorm_tree($scorm) {
  return _opigno_scorm_ui_player_scorm_tree($scorm->id);
}