◆ __construct()
◆ applyUsageFilter()
ilMDCopyrightUsageGUI::applyUsageFilter |
( |
| ) |
|
|
protected |
◆ executeCommand()
ilMDCopyrightUsageGUI::executeCommand |
( |
| ) |
|
Definition at line 57 of file class.ilMDCopyrightUsageGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\refinery(), and setTabs().
60 $this->
ctrl->saveParameter($this,
'entry_id');
63 if ($this->
http->wrapper()->query()->has(
'user')) {
64 $user = $this->
http->wrapper()->query()->retrieve(
66 $this->
refinery->kindlyTo()->string()
71 $next_class = $this->
ctrl->getNextClass($this);
72 switch ($this->
ctrl->getNextClass($this)) {
73 case 'ilpublicuserprofilegui':
78 $profile_gui->setBackUrl(
79 $this->
ctrl->getLinkTarget($this, self::DEFAULT_CMD)
81 $html = $this->
ctrl->forwardCommand($profile_gui);
82 $this->tpl->setContent($html);
86 $cmd = $this->
ctrl->getCmd(self::DEFAULT_CMD);
GUI class for public user profile presentation.
static http()
Fetches the global http state from ILIAS.
◆ getEntryId()
ilMDCopyrightUsageGUI::getEntryId |
( |
| ) |
|
◆ getEntryTitle()
ilMDCopyrightUsageGUI::getEntryTitle |
( |
| ) |
|
◆ resetUsageFilter()
ilMDCopyrightUsageGUI::resetUsageFilter |
( |
| ) |
|
|
protected |
◆ setTabs()
ilMDCopyrightUsageGUI::setTabs |
( |
| ) |
|
|
protected |
◆ showUsageTable()
ilMDCopyrightUsageGUI::showUsageTable |
( |
| ) |
|
Definition at line 92 of file class.ilMDCopyrightUsageGUI.php.
References ILIAS\Repository\lng().
94 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
"meta_info_only_repository_objects"));
100 $table_gui->setFilterCommand(
"applyUsageFilter");
101 $table_gui->setResetCommand(
"resetUsageFilter");
105 $this->tpl->setContent($table_gui->getHTML());
◆ $ctrl
ilCtrl ilMDCopyrightUsageGUI::$ctrl |
|
protected |
◆ $entry
◆ $http
◆ $lng
◆ $refinery
Factory ilMDCopyrightUsageGUI::$refinery |
|
protected |
◆ $tabs
◆ $tpl
◆ DEFAULT_CMD
The documentation for this class was generated from the following file: