◆ __construct()
ILIAS\Skill\Usage\UsagesUI::__construct |
( |
string |
$cskill_id, |
|
|
array |
$usage, |
|
|
string |
$mode = "" |
|
) |
| |
◆ getUsagesListing()
ILIAS\Skill\Usage\UsagesUI::getUsagesListing |
( |
| ) |
|
|
protected |
Definition at line 82 of file class.UsagesUI.php.
Referenced by ILIAS\Skill\Usage\UsagesUI\render().
82 : UI\Component\Listing\CharacteristicValue\Text
85 foreach ($this->usage as $type => $type_usages) {
86 $types[$this->usage_manager->getTypeInfoString($type)] = count($type_usages) .
" " .
87 $this->usage_manager->getObjTypeString($type);
90 $listing = $this->ui_fac->listing()->characteristicValue()->text($types);
◆ render()
ILIAS\Skill\Usage\UsagesUI::render |
( |
| ) |
|
◆ $lng
◆ $mode
string ILIAS\Skill\Usage\UsagesUI::$mode = "" |
|
protected |
◆ $skill_id
int ILIAS\Skill\Usage\UsagesUI::$skill_id = 0 |
|
protected |
◆ $tree_manager
◆ $tree_repo
◆ $tref_id
int ILIAS\Skill\Usage\UsagesUI::$tref_id = 0 |
|
protected |
◆ $ui_fac
UI Factory ILIAS\Skill\Usage\UsagesUI::$ui_fac |
|
protected |
◆ $ui_ren
◆ $usage
array ILIAS\Skill\Usage\UsagesUI::$usage = [] |
|
protected |
◆ $usage_manager
The documentation for this class was generated from the following file: