19 declare(strict_types=1);
40 public function __construct(
string $a_target,
int $a_server_id,
int $a_mid,
int $a_tree_id)
44 $this->type = self::SEL_TYPE_CHECK;
52 $this->server_id = $a_server_id;
54 $this->tree_id = $a_tree_id;
78 $this->form_items[
$type] =
true;
83 $this->form_items[
$type] =
false;
88 $this->checked_items = $a_checked_items;
93 return in_array($a_id, $this->checked_items,
true) ? true :
false;
98 $this->post_var = $a_post_var;
107 if (!array_key_exists($a_type, $this->form_items) || !$this->form_items[$a_type]) {
126 switch ($this->type) {
127 case self::SEL_TYPE_CHECK:
135 case self::SEL_TYPE_RADIO:
150 if (!isset($a_node_id) || !is_array($a_option)) {
151 $this->error->raiseError(get_class($this) .
"::formatObject(): Missing parameter or wrong datatype! " .
152 "node_id: " . $a_node_id .
" options:" . print_r($a_option,
true), $this->error->WARNING);
156 foreach ($a_option[
"tab"] as $picture) {
157 if ($picture ===
'plus') {
168 if ($picture ===
'minus' && $this->show_minus) {
186 if ($this->output_icons) {
191 $this->iconList[] =
"iconid_" . $a_node_id;
196 if ($formItem = ($this->
buildFormItem($a_node_id, $a_option[
'type']) !==
'')) {
202 if ($this->
isClickable($a_option[
"type"], $a_node_id)) {
211 if ($style_class !==
"") {
215 if (($onclick = $this->
buildOnClick($a_node_id, $a_option[
"type"], $a_option[
"title"])) !==
"") {
223 $this->
buildTitle($a_option[
"title"], $a_node_id, $a_option[
"type"]),
231 $this->
buildDescription($a_option[
"description"], $a_node_id, $a_option[
"type"]),
245 $this->
buildTitle($a_option[
"title"], $a_node_id, $a_option[
"type"]),
282 $nd = $this->tree->getNodeData($this->
getRoot());
290 if ($formItem = ($this->
buildFormItem($a_obj_id, $a_option[
'type']) !==
'')) {
299 public function buildTitle(
string $a_title, $a_id,
string $a_type): string
312 return '<font style="font-weight: bold">' . $a_title .
'</font>';
315 return '<font style="font-weight: bold;font-style: italic">' . $a_title .
'</font>';
318 return '<font style="font-style: italic">' . $a_title .
'</font>';
321 return '<font class="warning">' . $a_title .
'</font>';
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
const MAPPING_PENDING_DISCONNECTABLE
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.
addFormItemForType($type)
Add form item.
formatObject($tpl, $a_node_id, $a_option, $a_obj_id=0)
buildDescription(string $a_desc, $a_id, string $a_type)
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
buildTitle(string $a_title, $a_id, string $a_type)
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
touchBlock(string $block)
overwrites ITX::touchBlock.
ilGlobalTemplateInterface $tpl
formatHeader(ilTemplate $tpl, $a_obj_id, array $a_option)
setVariable(string $variable, $value='')
Sets the given variable to the given value.
buildFormItem($a_node_id, $a_type)
removeFormItemForType($type)
static lookupStatusByObjId(int $a_server_id, int $a_mid, int $a_tree_id, int $obj_id)
Lookup status.
setTitleLength(int $a_length)
setVariable($variable, $value='')
Sets a variable value.
setCheckedItems($a_checked_items=array())
setOrderColumn(string $a_column)
class for explorer view in admin frame
buildFrameTarget(string $a_type, $a_child=0, $a_obj_id=0)
getNodeStyleClass( $a_id, string $a_type)
getImage(string $a_name, string $a_type="", $a_obj_id="")
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
static shortenTextExtended(string $a_str, int $a_len, bool $a_dots=false, bool $a_next_blank=false, bool $a_keep_extension=false)
createTarget(string $a_type, $a_node_id, bool $a_highlighted_subtree=false, bool $a_append_anch=true)
buildLinkTarget( $a_node_id, string $a_type)
isClickable(string $type, int $ref_id=0)
no item is clickable
filter(string $filter_id, $class_path, string $cmd, bool $activated=true, bool $expanded=true)
buildOnClick( $a_node_id, string $a_type, string $a_title)
const MAPPING_PENDING_NOT_DISCONNECTABLE
__construct(string $a_target, int $a_server_id, int $a_mid, int $a_tree_id)
setTree(ilECSCmsTree $tree)
Set cms tree.