|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | moodlecore |
Variables | |
| $courseid = optional_param('courseid', SITEID, PARAM_INT) | |
| $modid = optional_param('modid', null, PARAM_INT) | |
| $userid = optional_param('userid', null, PARAM_INT) | |
| $tagid = optional_param('tagid', null, PARAM_INT) | |
| $groupid = optional_param('groupid', null, PARAM_INT) | |
| $url = new moodle_url('/blog/preferences.php') | |
| $mform = new blog_preferences_form('preferences.php') | |
| If data submitted, then process and store. | |
| if(!$mform->is_cancelled()&&$data=$mform-> get_data()) if($mform-> is_cancelled()) | $site = get_site() |
| $strpreferences = get_string('preferences') | |
| $strblogs = get_string('blogs', 'blog') | |
| $title = "$site->shortname: $strblogs : $strpreferences" | |
| $courseid = optional_param('courseid', SITEID, PARAM_INT) |
Definition at line 32 of file preferences.php.
| $groupid = optional_param('groupid', null, PARAM_INT) |
Definition at line 36 of file preferences.php.
| $mform = new blog_preferences_form('preferences.php') |
If data submitted, then process and store.
Definition at line 75 of file preferences.php.
| $modid = optional_param('modid', null, PARAM_INT) |
Definition at line 33 of file preferences.php.
| if (!$mform->is_cancelled()&&$data=$mform->get_data()) if ($mform->is_cancelled()) $site = get_site() |
Definition at line 91 of file preferences.php.
| $strblogs = get_string('blogs', 'blog') |
Definition at line 94 of file preferences.php.
| $strpreferences = get_string('preferences') |
Definition at line 93 of file preferences.php.
| $tagid = optional_param('tagid', null, PARAM_INT) |
Definition at line 35 of file preferences.php.
| $title = "$site->shortname: $strblogs : $strpreferences" |
Definition at line 96 of file preferences.php.
| $url = new moodle_url('/blog/preferences.php') |
Definition at line 38 of file preferences.php.
| $userid = optional_param('userid', null, PARAM_INT) |
Definition at line 34 of file preferences.php.