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

Go to the source code of this file.

Namespaces

namespace  moodlecore

Variables

 $id = optional_param('id', 0, PARAM_INT)
 $categoryid = optional_param('category', 0, PARAM_INT)
 $returnto = optional_param('returnto', 0, PARAM_ALPHANUM)
if($editform->is_cancelled())
else if($data=$editform->
get_data()) 
$site = get_site()
 $streditcoursesettings = get_string("editcoursesettings")
 $straddnewcourse = get_string("addnewcourse")
 $stradministration = get_string("administration")
 $strcategories = get_string("categories")

Variable Documentation

$categoryid = optional_param('category', 0, PARAM_INT)

Definition at line 31 of file edit.php.

Definition at line 30 of file edit.php.

$returnto = optional_param('returnto', 0, PARAM_ALPHANUM)

Definition at line 32 of file edit.php.

if ($editform->is_cancelled()) else if ($data=$editform->get_data()) $site = get_site()

Definition at line 157 of file edit.php.

$straddnewcourse = get_string("addnewcourse")

Definition at line 160 of file edit.php.

$stradministration = get_string("administration")

Definition at line 161 of file edit.php.

$strcategories = get_string("categories")

Definition at line 162 of file edit.php.

$streditcoursesettings = get_string("editcoursesettings")

Definition at line 159 of file edit.php.

 All Data Structures Namespaces Files Functions Variables Enumerations