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

Go to the source code of this file.

Enumerations

enum  AJAX_SCRIPT

Variables

 $concept = optional_param('concept', '', PARAM_CLEAN)
 $courseid = optional_param('courseid', 0, PARAM_INT)
 $eid = optional_param('eid', 0, PARAM_INT)
 $displayformat = optional_param('displayformat',-1, PARAM_SAFEDIR)
 $url = new moodle_url('/mod/glossary/showentry.php')
 $result = new stdClass
$result success = true
$result entries = $entries

Enumeration Type Documentation

Definition at line 2 of file showentry_ajax.php.


Variable Documentation

$concept = optional_param('concept', '', PARAM_CLEAN)

Definition at line 8 of file showentry_ajax.php.

Definition at line 9 of file showentry_ajax.php.

$displayformat = optional_param('displayformat',-1, PARAM_SAFEDIR)

Definition at line 11 of file showentry_ajax.php.

$eid = optional_param('eid', 0, PARAM_INT)

Definition at line 10 of file showentry_ajax.php.

$result = new stdClass

Definition at line 80 of file showentry_ajax.php.

$url = new moodle_url('/mod/glossary/showentry.php')

Definition at line 13 of file showentry_ajax.php.

$result entries = $entries

Definition at line 82 of file showentry_ajax.php.

$result success = true

Definition at line 81 of file showentry_ajax.php.

 All Data Structures Namespaces Files Functions Variables Enumerations