◆ __construct()
ilMDCopyrightUsageGUI::__construct |
( |
int |
$a_entry_id | ) |
|
◆ applyUsageFilter()
ilMDCopyrightUsageGUI::applyUsageFilter |
( |
| ) |
|
|
protected |
◆ executeCommand()
ilMDCopyrightUsageGUI::executeCommand |
( |
| ) |
|
Definition at line 42 of file class.ilMDCopyrightUsageGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\refinery(), and setTabs().
45 $this->
ctrl->saveParameter($this,
'entry_id');
48 if ($this->
http->wrapper()->query()->has(
'user')) {
49 $user = $this->
http->wrapper()->query()->retrieve(
51 $this->
refinery->kindlyTo()->string()
56 $next_class = $this->
ctrl->getNextClass($this);
57 switch ($this->
ctrl->getNextClass($this)) {
58 case 'ilpublicuserprofilegui':
63 $profile_gui->setBackUrl(
64 $this->
ctrl->getLinkTarget($this, self::DEFAULT_CMD)
66 $html = $this->
ctrl->forwardCommand($profile_gui);
67 $this->tpl->setContent($html);
71 $cmd = $this->
ctrl->getCmd(self::DEFAULT_CMD);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.
◆ getEntryId()
ilMDCopyrightUsageGUI::getEntryId |
( |
| ) |
|
◆ resetUsageFilter()
ilMDCopyrightUsageGUI::resetUsageFilter |
( |
| ) |
|
|
protected |
◆ setTabs()
ilMDCopyrightUsageGUI::setTabs |
( |
| ) |
|
|
protected |
◆ showUsageTable()
ilMDCopyrightUsageGUI::showUsageTable |
( |
| ) |
|
Definition at line 77 of file class.ilMDCopyrightUsageGUI.php.
References ILIAS\Repository\lng().
79 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"meta_info_only_repository_objects"));
85 $table_gui->setFilterCommand(
"applyUsageFilter");
86 $table_gui->setResetCommand(
"resetUsageFilter");
90 $this->tpl->setContent($table_gui->getHTML());
◆ $ctrl
ilCtrl ilMDCopyrightUsageGUI::$ctrl |
|
protected |
◆ $entry_id
int ilMDCopyrightUsageGUI::$entry_id |
|
protected |
◆ $http
◆ $lng
◆ $refinery
Factory ilMDCopyrightUsageGUI::$refinery |
|
protected |
◆ $tabs
◆ $tpl
◆ DEFAULT_CMD
The documentation for this class was generated from the following file: