Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/javascript.php File Reference

Go to the source code of this file.

Namespaces

namespace  core

Enumerations

enum  ABORT_AFTER_CONFIG

Functions

 minify ($files)

Variables

 $file = min_optional_param('file', '', 'RAW')
 $rev = min_optional_param('rev', 0, 'INT')
 $jsfiles = array()
 $files = explode(',', $file)

Enumeration Type Documentation

Definition at line 28 of file javascript.php.


Function Documentation

minify ( files)

Definition at line 67 of file javascript.php.

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

$file = min_optional_param('file', '', 'RAW')

Definition at line 37 of file javascript.php.

$files = explode(',', $file)

Definition at line 42 of file javascript.php.

$jsfiles = array()

Definition at line 41 of file javascript.php.

$rev = min_optional_param('rev', 0, 'INT')

Definition at line 38 of file javascript.php.

 All Data Structures Namespaces Files Functions Variables Enumerations