ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilObjUser $user, int $webr_id, int $link_id, int $param_id, int $value, string $name) | |
appendToLink (string $link) | |
getInfo () | |
toXML (ilXmlWriter $writer) | |
getWebrId () | |
getLinkId () | |
getParamId () | |
![]() | |
__construct (int $value, string $name) | |
getValue () | |
getName () | |
Private Attributes | |
int | $webr_id |
int | $link_id |
int | $param_id |
ilObjUser | $user |
Additional Inherited Members | |
![]() | |
const | UNDEFINED_NAME = 'undefined' |
const | USER_ID_NAME = 'user_id' |
const | SESSION_ID_NAME = 'session_id' |
const | LOGIN_NAME = 'login' |
const | MATRICULATION_NAME = 'matriculation' |
const | VALUES |
TODO Once the GUI is updated, undefined can be dropped. More... | |
const | VALUES_TEXT |
Keys of the language variables to the possible values, e.g. More... | |
![]() | |
int | $value |
string | $name |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Immutable class for parameters attached to Web Link items
Definition at line 25 of file class.ilWebLinkParameter.php.
ilWebLinkParameter::__construct | ( | ilObjUser | $user, |
int | $webr_id, | ||
int | $link_id, | ||
int | $param_id, | ||
int | $value, | ||
string | $name | ||
) |
Definition at line 33 of file class.ilWebLinkParameter.php.
References $link_id, $param_id, $user, $webr_id, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\user().
ilWebLinkParameter::appendToLink | ( | string | $link | ) |
Definition at line 49 of file class.ilWebLinkParameter.php.
References ilWebLinkBaseParameter\getName(), ilWebLinkBaseParameter\getValue(), and ILIAS\Repository\user().
ilWebLinkParameter::getInfo | ( | ) |
Definition at line 85 of file class.ilWebLinkParameter.php.
References ilWebLinkBaseParameter\getName(), and ilWebLinkBaseParameter\getValue().
ilWebLinkParameter::getLinkId | ( | ) |
ilWebLinkParameter::getParamId | ( | ) |
Definition at line 148 of file class.ilWebLinkParameter.php.
References $param_id.
Referenced by toXML().
ilWebLinkParameter::getWebrId | ( | ) |
ilWebLinkParameter::toXML | ( | ilXmlWriter | $writer | ) |
Definition at line 109 of file class.ilWebLinkParameter.php.
References ilWebLinkBaseParameter\$value, ilWebLinkBaseParameter\getName(), getParamId(), ilWebLinkBaseParameter\getValue(), and ilXmlWriter\xmlElement().
|
private |
Definition at line 28 of file class.ilWebLinkParameter.php.
Referenced by __construct(), and getLinkId().
|
private |
Definition at line 29 of file class.ilWebLinkParameter.php.
Referenced by __construct(), and getParamId().
|
private |
Definition at line 31 of file class.ilWebLinkParameter.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilWebLinkParameter.php.
Referenced by __construct(), and getWebrId().