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

Go to the source code of this file.

Variables

 $id = required_param('id', PARAM_INT)
 $mode = optional_param('mode', 'letter', PARAM_ALPHA )
 $hook = optional_param('hook', 'ALL', PARAM_ALPHANUM)
 $url = new moodle_url('/mod/glossary/import.php', array('id'=>$id))
 $context = get_context_instance(CONTEXT_MODULE, $cm->id)
 $strglossaries = get_string("modulenameplural", "glossary")
 $strglossary = get_string("modulename", "glossary")
 $strallcategories = get_string("allcategories", "glossary")
 $straddentry = get_string("addentry", "glossary")
 $strnoentries = get_string("noentries", "glossary")
 $strsearchindefinition = get_string("searchindefinition", "glossary")
 $strsearch = get_string("search")
 $strimportentries = get_string('importentriesfromxml', 'glossary')
 $form = new mod_glossary_import_form()
if(!$data=$form->get_data()) $result = $form->get_file_content('file')

Variable Documentation

Definition at line 36 of file import.php.

$form = new mod_glossary_import_form()

Definition at line 55 of file import.php.

$hook = optional_param('hook', 'ALL', PARAM_ALPHANUM)

Definition at line 11 of file import.php.

Definition at line 8 of file import.php.

$mode = optional_param('mode', 'letter', PARAM_ALPHA )

Definition at line 10 of file import.php.

if (!$data=$form->get_data()) $result = $form->get_file_content('file')

Definition at line 69 of file import.php.

$straddentry = get_string("addentry", "glossary")

Definition at line 42 of file import.php.

$strallcategories = get_string("allcategories", "glossary")

Definition at line 41 of file import.php.

$strglossaries = get_string("modulenameplural", "glossary")

Definition at line 39 of file import.php.

$strglossary = get_string("modulename", "glossary")

Definition at line 40 of file import.php.

$strimportentries = get_string('importentriesfromxml', 'glossary')

Definition at line 46 of file import.php.

$strnoentries = get_string("noentries", "glossary")

Definition at line 43 of file import.php.

$strsearch = get_string("search")

Definition at line 45 of file import.php.

$strsearchindefinition = get_string("searchindefinition", "glossary")

Definition at line 44 of file import.php.

$url = new moodle_url('/mod/glossary/import.php', array('id'=>$id))

Definition at line 13 of file import.php.

 All Data Structures Namespaces Files Functions Variables Enumerations