19 declare(strict_types=1);
33 foreach ($this->parent_obj->getFormats() as
$f) {
35 $this->formats[
$f[
'key']] = $f[
'txt'];
39 foreach ($types as $type) {
43 if (!is_dir($dir) || !is_writeable($dir)) {
51 while ($entry = $h_dir->read()) {
52 if ($entry !=
"." && $entry !=
"..") {
53 $ts = substr($entry, 0, strpos($entry,
"__"));
57 $file[$entry . $type] = [
76 protected function fillRow(array $a_set): void
79 $this->tpl->setCurrentBlock(
'custom');
80 $this->tpl->setVariable(
'VAL_CUSTOM', $c[
'obj']->{$c[
'func']}($a_set[
'type'], $a_set[
'file']) .
' ');
81 $this->tpl->parseCurrentBlock();
85 $this->tpl->setVariable(
'VAL_ID', $file_id);
87 $type = ($this->formats[$a_set[
'type']] !=
"")
88 ? $this->formats[$a_set[
'type']]
90 $this->tpl->setVariable(
'VAL_TYPE', $type);
96 ) .
".xlsx" : $a_set[
'file'];
97 $this->tpl->setVariable(
'VAL_FILE',
$filename);
100 $this->tpl->setVariable(
106 $this->tpl->setVariable(
'TXT_DOWNLOAD', $this->
lng->txt(
'download'));
111 $this->tpl->setVariable(
'URL_DOWNLOAD',
$url);
117 if ($type ==
'xlsx') {
119 return $this->
lng->txt(
'dcl_export_started');
121 return $this->
lng->txt(
'dcl_export_finished');
124 return $this->
lng->txt(
'dcl_export_finished');
static _getExportDirectory(int $a_obj_id, string $a_type="xml", string $a_obj_type="", string $a_entity="")
Get export directory for an repository object
__construct(ilDclExportGUI $a_parent_obj, string $a_parent_cmd, ilObject $a_exp_obj)
static formatSize(int $size, string $a_mode='short', ?ilLanguage $a_lng=null)
Returns the specified file size value in a human friendly form.
addCustomColumn(string $a_txt, object $a_obj, string $a_func)
__construct(Container $dic, ilPlugin $plugin)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
parseExportStatus(string $type, string $file)
const IN_PROGRESS_POSTFIX
isExportInProgress(string $file)