|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $action = optional_param('action', 'new', PARAM_TEXT) | |
| $title = optional_param('title', '', PARAM_TEXT) | |
| $wid = optional_param('wid', 0, PARAM_INT) | |
| $swid = optional_param('swid', 0, PARAM_INT) | |
| $gid = optional_param('gid', 0, PARAM_INT) | |
| $uid = optional_param('uid', 0, PARAM_INT) | |
| $wikipage = new page_wiki_create($wiki, $subwiki, $cm) | |
| $action = optional_param('action', 'new', PARAM_TEXT) |
Definition at line 29 of file create.php.
| $gid = optional_param('gid', 0, PARAM_INT) |
Definition at line 34 of file create.php.
| $swid = optional_param('swid', 0, PARAM_INT) |
Definition at line 33 of file create.php.
| $title = optional_param('title', '', PARAM_TEXT) |
Definition at line 31 of file create.php.
| $uid = optional_param('uid', 0, PARAM_INT) |
Definition at line 35 of file create.php.
| $wid = optional_param('wid', 0, PARAM_INT) |
Definition at line 32 of file create.php.
| $wikipage = new page_wiki_create($wiki, $subwiki, $cm) |
Definition at line 71 of file create.php.