Stud.IP  trunk Revision
extern_edit_module.inc.php File Reference

Namespaces

 studip_extern
 

Variables

if(Request::option('com')=='new') $module = FALSE
 
if(Request::option('com')=='new') else
 
 $element_command = FALSE
 
 $edit = Request::option('edit')
 
if($edit) $elements = $module->getAllElements()
 
 $edit_open = ""
 

Variable Documentation

◆ $edit

$edit = Request::option('edit')

◆ $edit_open

$edit_open = ""

◆ $element_command

$element_command = FALSE

◆ $elements

if ( $edit) $elements = $module->getAllElements()

◆ $module

if (Request::option( 'com')=='new') $module = FALSE

◆ else

if (Request::option( 'com')=='new') else
Initial value:
{
foreach ($GLOBALS['EXTERN_MODULE_TYPES'] as $type) {
if ($type["module"] == $mod) {
}
}
}
if (!$module)
die("Unknown module type")
$config_id
Definition: admin_extern.inc.php:55
$type
Definition: sendfile.php:56
if(Request::option('com')=='new') $module
Definition: extern_edit_module.inc.php:47
$GLOBALS['MVV_STGTEILVERSION']['FASSUNG_TYP']
Definition: mvv_config.php:3
$mod
Definition: admin_extern.inc.php:73
GetInstance($range_id, $module_name, $config_id=NULL, $set_config=NULL, $global_id=NULL)
Definition: ExternModule.class.php:58
$range_id
Definition: extern.inc.php:57