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

Go to the source code of this file.

Namespaces

namespace  mod
 

Local Library of functions for module scorm.


Variables

 $id = optional_param('id', 0, PARAM_INT)
 $w = optional_param('w', 0, PARAM_INT)
 $editmode = optional_param('editmode', null, PARAM_BOOL)
 $workshop = new workshop($workshop, $cm, $course)
 $completion = new completion_info($course)
 $output = $PAGE->get_renderer('mod_workshop')
 $userplan = new workshop_user_plan($workshop, $USER->id)
 switch ($workshop->phase)
 Output starts here.

Variable Documentation

$completion = new completion_info($course)

Definition at line 55 of file view.php.

$editmode = optional_param('editmode', null, PARAM_BOOL)

Definition at line 36 of file view.php.

Definition at line 34 of file view.php.

$output = $PAGE->get_renderer('mod_workshop')

Definition at line 66 of file view.php.

$userplan = new workshop_user_plan($workshop, $USER->id)

Definition at line 67 of file view.php.

$w = optional_param('w', 0, PARAM_INT)

Definition at line 35 of file view.php.

Definition at line 51 of file view.php.

switch($workshop->phase)

Output starts here.

Definition at line 75 of file view.php.

 All Data Structures Namespaces Files Functions Variables Enumerations