ILIAS  release_8 Revision v8.24
ItemInformation.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
21
27
33{
38 public function isItemActive(isItem $item): bool;
39
44 public function customPosition(isItem $item): isItem;
45
51
56 public function getParent(isItem $item): IdentificationInterface;
57
62 public function customSymbol(hasSymbol $item): hasSymbol;
63}
Interface hasSymbol Methods for Entries with Symbols.
Definition: hasSymbol.php:33
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...