Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/course/scales.php File Reference

Go to the source code of this file.

Namespaces

namespace  course

Variables

 $id = required_param('id', PARAM_INT)
 $scaleid = optional_param('scaleid', 0, PARAM_INT)
 $url = new moodle_url('/course/scales.php', array('id'=>$id))
 $context = null
 $strscales = get_string("scales")
 $strcustomscales = get_string("scalescustom")
 $strstandardscales = get_string("scalesstandard")
if($scaleid$systemcontext = get_context_instance(CONTEXT_SYSTEM)

Variable Documentation

$context = null

Definition at line 39 of file scales.php.

Definition at line 30 of file scales.php.

Definition at line 31 of file scales.php.

$strcustomscales = get_string("scalescustom")

Definition at line 53 of file scales.php.

$strscales = get_string("scales")

Definition at line 52 of file scales.php.

$strstandardscales = get_string("scalesstandard")

Definition at line 54 of file scales.php.

Definition at line 84 of file scales.php.

$url = new moodle_url('/course/scales.php', array('id'=>$id))

Definition at line 33 of file scales.php.

 All Data Structures Namespaces Files Functions Variables Enumerations