Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/xhprof/xhprof_lib/display/typeahead_common.php File Reference

Go to the source code of this file.

Variables

 $params

Variable Documentation

$params
Initial value:
 array('q'          => array(XHPROF_STRING_PARAM, ''),
                'run'        => array(XHPROF_STRING_PARAM, ''),
                'run1'       => array(XHPROF_STRING_PARAM, ''),
                'run2'       => array(XHPROF_STRING_PARAM, ''),
                'source'     => array(XHPROF_STRING_PARAM, 'xhprof'),
                )

AJAX endpoint for XHProf function name typeahead is implemented as a thin wrapper around this file. The wrapper must set up the global $xhprof_runs_impl to correspond to an object that implements the iXHProfRuns interface.

Author:
(s) Kannan Muthukkaruppan Changhao Jiang

Definition at line 31 of file typeahead_common.php.

 All Data Structures Namespaces Files Functions Variables Enumerations