19 declare(strict_types=1);
28 protected \ilLanguage
$lng;
29 protected \ILIAS\UI\Factory
$f;
35 protected $current_node = 0,
36 protected $transl =
"" 39 $this->f = $DIC->ui()->factory();
40 $this->
lng = $DIC->language();
45 if (!in_array($this->transl, [
"-",
""])) {
46 $lmobjtrans = new \ilLMObjTranslation($child[
"child"], $this->transl);
47 return $lmobjtrans->getTitle();
49 return $child[
"title"];
54 $current_node = ($this->current_node > 0)
56 : $this->lm_tree->readRootId();
57 if (is_null($this->childs)) {
58 $this->childs = $this->lm_tree->getChildsByType($current_node, $this->type);
68 array $parameters = []
71 if ($child[
"type"] ===
"pg") {
77 (
bool)
$lm_set->get(
"time_scheduled_page_activation")
81 $img_sc = ((bool)
$lm_set->get(
"time_scheduled_page_activation") &&
87 $img =
"standard/icon_pg_d" . $img_sc .
".svg";
88 $alt = $this->
lng->txt(
"cont_page_deactivated");
94 $img =
"standard/icon_pg_del" . $img_sc .
".svg";
95 $alt = $this->
lng->txt(
"cont_page_deactivated_elements");
97 $img =
"standard/icon_pg" . $img_sc .
".svg";
98 $alt = $this->
lng->txt(
"pg");
102 $img =
"standard/icon_st.svg";
103 $alt = $this->
lng->txt(
"st");
106 if (!in_array($this->transl, [
"-",
""])) {
110 "id" => $child[
"child"],
112 "title" => $child[
"title"],
113 "trans_title" => $trans_title
120 array $parameters = []
static _lookupActive(int $a_id, string $a_parent_type, bool $a_check_scheduled_activation=false, string $a_lang="-")
lookup activation status
static _isScheduledActivation(int $a_id, string $a_parent_type, string $a_lang="-")
Check whether page is activated by time schedule.
getData(array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[])
Both the subject and the direction need to be specified when expressing an order. ...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _lookupContainsDeactivatedElements(int $a_id, string $a_parent_type, string $a_lang="-")
lookup whether page contains deactivated elements
count(array $filter=[], array $parameters=[])
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
__construct(protected \ilLMTree $lm_tree, protected $type="", protected $current_node=0, protected $transl="")
getChildTitle(array $child)
A simple class to express a naive range of whole positive numbers.