Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
export_linking_func.inc.php File Reference

Namespaces

namespace  Export

Functions

 export_form ($range_id, $ex_type="", $filename="", $format="", $filter="")
 export_link ($range_id, $ex_type="", $filename="", $format="", $choose="", $filter="", $content="", $o_mode= 'processor')
 export_button ($range_id, $ex_type="", $filename="", $format="", $choose="", $filter="")

Function Documentation

export_button (   $range_id,
  $ex_type = "",
  $filename = "",
  $format = "",
  $choose = "",
  $filter = "" 
)

Generates a Button with a link to the export-module that can be put into Stud.IP-pages.

This function returns a string containing an export-button with a link to the export-module. It passes the given parameters in order to allow to jump to a specific part of the export-module.

public

Parameters
string$range_idexport-range
string$ex_typetype of data to be exported
string$filenamefilename for data-file
string$formatfile-format for export
string$choosexslt-Script for transformation
string$filtergrouping-category for export
Returns
string

Here is the call graph for this function:

export_form (   $range_id,
  $ex_type = "",
  $filename = "",
  $format = "",
  $filter = "" 
)

Generates a form that can be put into Stud.IP-pages to link to the export-module.

This function returns a string with a HTML-form that links to the export-module. It passes the given parameters in order to allow to jump to a specific part of the export-module.

public

Parameters
string$range_idexport-range
string$ex_typetype of data to be exported
string$filenamefilename for data-file
string$formatfile-format for export
string$filtergrouping-category for export
Returns
string

Here is the call graph for this function:

export_link (   $range_id,
  $ex_type = "",
  $filename = "",
  $format = "",
  $choose = "",
  $filter = "",
  $content = "",
  $o_mode = 'processor' 
)

Generates a link to the export-module that can be put into Stud.IP-pages.

This function returns a string with a link to the export-module. It passes the given parameters in order to allow to jump to a specific part of the export-module.

public

Parameters
string$range_idexport-range
string$ex_typetype of data to be exported
string$filenamefilename for data-file
string$formatfile-format for export
string$choosexslt-Script for transformation
string$filtergrouping-category for export
Returns
string