3 declare(strict_types=1);
55 $this->tree = $DIC->repositoryTree();
56 $this->
lng = $DIC->language();
66 public function getPath(
int $a_startnode,
int $a_endnode): string
68 $this->startnode = $a_startnode;
69 $this->endnode = $a_endnode;
94 $this->hide_leaf = $a_status;
104 $this->useImages = $a_status;
121 $this->display_cut = $a_status;
138 $tpl =
new ilTemplate(
'tpl.locator_text_only.html',
true,
true,
"Services/Locator");
144 $tpl->setCurrentBlock(
'locator_item');
145 $tpl->setVariable(
'ITEM',
"...");
146 $tpl->parseCurrentBlock();
157 $title = $this->
lng->txt(
'repository');
160 $tpl->touchBlock(
'locator_separator_prefix');
163 $tpl->setCurrentBlock(
'locator_item');
164 $tpl->setVariable(
'ITEM', $title);
165 $tpl->parseCurrentBlock();
172 $tpl =
new ilTemplate(
'tpl.locator.html',
true,
true,
'Services/Locator');
178 $tpl->setCurrentBlock(
'locator_item');
179 $tpl->setVariable(
'ITEM',
"...");
180 $tpl->parseCurrentBlock();
192 $title = $this->
lng->txt(
'repository');
195 $tpl->touchBlock(
'locator_separator_prefix');
198 $tpl->setCurrentBlock(
'locator_img');
200 $tpl->setVariable(
'IMG_ALT', $this->
lng->txt(
'obj_' .
$type));
201 $tpl->parseCurrentBlock();
204 if (!$this->tree->isDeleted($ref_id)) {
205 $tpl->setCurrentBlock(
'locator_item');
207 $tpl->setVariable(
'ITEM', $title);
208 $tpl->parseCurrentBlock();
210 $tpl->setCurrentBlock(
'locator_item');
211 $tpl->setVariable(
'ITEM_READ_ONLY', $title);
212 $tpl->parseCurrentBlock();
217 $tpl->setVariable(
"TXT_BREADCRUMBS", $this->
lng->txt(
"breadcrumb_navigation"));
226 return $this->
lng->txt(
'obj_' .
$type);
236 $path = $this->tree->getPathId($this->endnode, $this->startnode);
Creates a path for a start and endnode.
getUseImages()
get use images
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
enableTextOnly(bool $a_status)
render path as text only
displayCut()
Display a cut with "...".
setUseImages(bool $a_status)
enableDisplayCut(bool $a_status)
Display a cut with "...".
static _lookupObjId(int $ref_id)
parses the objects.xml it handles the xml-description of all ilias objects
ilObjectDefinition $objectDefinition
static _lookupTitle(int $obj_id)
enableHideLeaf(bool $a_status)
Hide leaf node in path.
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
getPath(int $a_startnode, int $a_endnode)
get path
__construct()
Constructor.
buildTitle(int $a_obj_id)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
static _lookupType(int $id, bool $reference=false)