Stud.IP  trunk Revision
export.php File Reference

Namespaces

 Export
 

Variables

 $o_mode = Request::option('o_mode')
 
 $xml_file_id = Request::option('xml_file_id',"")
 
 $xslt_filename = Request::quoted('xslt_filename')
 
 $page = Request::option('page')
 
 $filter = Request::option('filter')
 
 $ex_type = Request::quoted('ex_type')
 
 $ex_sem = Request::option('ex_sem')
 
 $format = Request::option('format')
 
 $choose = Request::quoted('choose')
 
 $range_id = Request::option('range_id')
 
 $sidebar = Sidebar::Get()
 
 if (( $o_mode !="direct") AND( $o_mode !="passthrough"))
 
if(Config::get() ->EXPORT_ENABLE) else
 

Variable Documentation

◆ $choose

$choose = Request::quoted('choose')

◆ $ex_sem

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

◆ $ex_type

$ex_type = Request::quoted('ex_type')

◆ $filter

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

◆ $format

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

◆ $o_mode

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

◆ $page

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

◆ $range_id

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

◆ $sidebar

$sidebar = Sidebar::Get()

◆ $xml_file_id

$xml_file_id = Request::option('xml_file_id',"")

◆ $xslt_filename

$xslt_filename = Request::quoted('xslt_filename')

◆ else

if (Config::get() ->EXPORT_ENABLE) else
Initial value:
{
PageLayout::postError(_("Das Exportmodul ist nicht eingebunden. Damit Daten im XML-Format exportiert werden können, muss das Exportmodul in den Systemeinstellungen freigeschaltet werden.
Wenden Sie sich bitte an die Administratoren."), [_("Exportmodul nicht eingebunden")])
_( 'Vertretungen')]
Definition: config.inc.php:90
static postError($message, $details=[], $close_details=false)
Definition: PageLayout.php:531

◆ if

if(($o_mode !="direct") AND($o_mode !="passthrough"))