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

Go to the source code of this file.

Namespaces

namespace  moodlecore

Enumerations

enum  NO_DEBUG_DISPLAY
enum  ABORT_AFTER_CONFIG
enum  ABORT_AFTER_CONFIG_CANCEL
enum  NO_MOODLE_COOKIES
enum  NO_UPGRADE_CHECK

Variables

 $themename = min_optional_param('theme', 'standard', 'SAFEDIR')
 $component = min_optional_param('component', 'moodle', 'SAFEDIR')
 $image = min_optional_param('image', '', 'SAFEPATH')
 $rev = min_optional_param('rev', -1, 'INT')
 $theme = theme_config::load($themename)
 $imagefile = $theme->resolve_image_location($image, $component)

Enumeration Type Documentation

Definition at line 32 of file image.php.

Definition at line 95 of file image.php.

Definition at line 29 of file image.php.

Definition at line 97 of file image.php.

Definition at line 98 of file image.php.


Variable Documentation

$component = min_optional_param('component', 'moodle', 'SAFEDIR')

Definition at line 36 of file image.php.

$image = min_optional_param('image', '', 'SAFEPATH')

Definition at line 37 of file image.php.

$imagefile = $theme->resolve_image_location($image, $component)

Definition at line 103 of file image.php.

$rev = min_optional_param('rev', -1, 'INT')

Definition at line 38 of file image.php.

$theme = theme_config::load($themename)

Definition at line 102 of file image.php.

$themename = min_optional_param('theme', 'standard', 'SAFEDIR')

Definition at line 35 of file image.php.

 All Data Structures Namespaces Files Functions Variables Enumerations