Home
last modified time | relevance | path

Searched refs:a_export_type (Results 1 – 8 of 8) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.ilTestQuestionPoolExporter.php28 * @param string $a_export_type
30 …public static function lookupExportDirectory($a_obj_type, $a_obj_id, $a_export_type = 'xml', $a_en… argument
32 if ($a_export_type == 'xml') {
35 … return ilUtil::getDataDir() . "/qpl_data" . "/qpl_" . $a_obj_id . "/export_" . $a_export_type;
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.ilTestQuestionPoolExporter.php28 * @param string $a_export_type
30 …public static function lookupExportDirectory($a_obj_type, $a_obj_id, $a_export_type = 'xml', $a_en… argument
32 if ($a_export_type == 'xml') {
35 … return ilUtil::getDataDir() . "/qpl_data" . "/qpl_" . $a_obj_id . "/export_" . $a_export_type;
/dports/www/ilias/ILIAS-5.4.25/Services/Export/classes/
H A Dclass.ilXmlExporter.php51 …public static function lookupExportDirectory($a_obj_type, $a_obj_id, $a_export_type = 'xml', $a_en… argument
57 if ($a_export_type == 'xml') {
60 …. $a_obj_type . $ent . "_data" . "/" . $a_obj_type . "_" . $a_obj_id . "/export_" . $a_export_type;
H A Dclass.ilExportFileInfo.php27 * @param string $a_export_type
30 public function __construct($a_obj_id, $a_export_type = '', $a_filename = '') argument
33 $this->export_type = $a_export_type;
H A Dclass.ilExport.php227 * @param string $a_export_type
231 … public static function _createExportDirectory($a_obj_id, $a_export_type = "xml", $a_obj_type = "") argument
241 $edir = ilExport::_getExportDirectory($a_obj_id, $a_export_type, $a_obj_type);
/dports/www/ilias6/ILIAS-6.14/Services/Export/classes/
H A Dclass.ilXmlExporter.php51 …public static function lookupExportDirectory($a_obj_type, $a_obj_id, $a_export_type = 'xml', $a_en… argument
57 if ($a_export_type == 'xml') {
60 …. $a_obj_type . $ent . "_data" . "/" . $a_obj_type . "_" . $a_obj_id . "/export_" . $a_export_type;
H A Dclass.ilExportFileInfo.php27 * @param string $a_export_type
30 public function __construct($a_obj_id, $a_export_type = '', $a_filename = '') argument
33 $this->export_type = $a_export_type;
H A Dclass.ilExport.php227 * @param string $a_export_type
231 … public static function _createExportDirectory($a_obj_id, $a_export_type = "xml", $a_obj_type = "") argument
241 $edir = ilExport::_getExportDirectory($a_obj_id, $a_export_type, $a_obj_type);