Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/lesson/importppt.php File Reference

Go to the source code of this file.

Namespaces

namespace  mod
 

Local Library of functions for module scorm.


Variables

 $id = required_param('id', PARAM_INT)
 $pageid = optional_param('pageid', '', PARAM_INT)
 $url = new moodle_url('/mod/lesson/importppt.php', array('id'=>$id))
 $cm = get_coursemodule_from_id('lesson', $id, 0, false, MUST_EXIST)
 $course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST)
 $lesson = new lesson($DB->get_record('lesson', array('id' => $cm->instance), '*', MUST_EXIST))
 $modname = 'lesson'
 $mod = $cm
 $context = get_context_instance(CONTEXT_MODULE, $cm->id)
 $strimportppt = get_string("importppt", "lesson")
 $strlessons = get_string("modulenameplural", "lesson")
 $data = new stdClass
$data id = $cm->id
$data pageid = $pageid
 $mform = new lesson_importppt_form()

Variable Documentation

Definition at line 47 of file importppt.php.

Definition at line 56 of file importppt.php.

$course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST)

Definition at line 48 of file importppt.php.

$data = new stdClass

Definition at line 62 of file importppt.php.

include required files

Definition at line 38 of file importppt.php.

$lesson = new lesson($DB->get_record('lesson', array('id' => $cm->instance), '*', MUST_EXIST))

Definition at line 49 of file importppt.php.

$mform = new lesson_importppt_form()

Definition at line 65 of file importppt.php.

$mod = $cm

Definition at line 52 of file importppt.php.

Definition at line 51 of file importppt.php.

Definition at line 39 of file importppt.php.

$strimportppt = get_string("importppt", "lesson")

Definition at line 59 of file importppt.php.

$strlessons = get_string("modulenameplural", "lesson")

Definition at line 60 of file importppt.php.

$url = new moodle_url('/mod/lesson/importppt.php', array('id'=>$id))

Definition at line 41 of file importppt.php.

$data id = $cm->id

Definition at line 63 of file importppt.php.

Definition at line 64 of file importppt.php.

 All Data Structures Namespaces Files Functions Variables Enumerations