31 $this->tree =
new ilTree($userId);
32 $this->tree->setTableNames(
'mail_tree',
'mail_obj_data');
48 $folderId = (int) ($this->httpRequest->getParsedBody()[
'mobj_id'] ?? 0);
49 if (0 === $folderId) {
50 $folderId = (int) ($this->httpRequest->getQueryParams()[
'mobj_id'] ?? 0);
53 $this->currentFolderId = (int) $folderId;
61 return $this->lng->txt(
"mail_folders");
69 $f = $this->
ui->factory();
73 ->withData($this->tree->getChilds((
int) $this->tree->readRootId()))
74 ->withHighlightOnNodeClick(
false);
87 $node = parent::build($factory, $record, $environment);
89 return $node->withHighlighted($this->currentFolderId === (
int) $record[
'child']);
107 $content = $node[
'title'];
110 $content = $this->lng->txt(
'mail_folders');
111 } elseif ($node[
'depth'] < 3) {
112 $content = $this->lng->txt(
'mail_' . $node[
'title']);
123 $content = $this->lng->txt(
'mail_folders');
124 } elseif ($a_node[
'depth'] < 3) {
125 $content = $this->lng->txt(
'mail_' . $a_node[
'title']);
139 $iconType = $node[
'm_type'];
140 if ($node[
'm_type'] ===
'user_folder') {
159 $this->ctrl->setParameterByClass(
'ilMailFolderGUI',
'mobj_id', $node[
'child']);
160 $href = $this->ctrl->getLinkTargetByClass([
'ilMailGUI',
'ilMailFolderGUI'],
'',
'',
false,
false);
161 $this->ctrl->clearParametersByClass(
'ilMailFolderGUI');
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
setSkipRootNode($a_val)
Set skip root node.
This describes a Tree Node.
build(Factory $factory, $record, $environment=null)
Class Mail Explorer class for explorer view for mailboxes.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
__construct($parentObject, $userId)
ilMailExplorer constructor.
getNodeId($a_node)
Get id for node.
getNodeStateToggleCmdClasses($record)
getRootNode()
Get root node.
This describes a Tree Control.
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
setOrderField($a_val, $a_numeric=false)
Set order field.