|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilWebLinkParameter:
Collaboration diagram for ilWebLinkParameter: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 () | |
Public Member Functions inherited from ilWebLinkBaseParameter | |
| __construct (int $value, string $name) | |
| getValue () | |
| getName () | |
Private Attributes | |
| int | $webr_id |
| int | $link_id |
| int | $param_id |
| ilObjUser | $user |
Additional Inherited Members | |
Data Fields inherited from ilWebLinkBaseParameter | |
| 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... | |
Protected Attributes inherited from ilWebLinkBaseParameter | |
| 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, ilWebLinkBaseParameter\$name, $param_id, $user, ilWebLinkBaseParameter\$value, $webr_id, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilWebLinkParameter::appendToLink | ( | string | $link | ) |
Definition at line 49 of file class.ilWebLinkParameter.php.
References ilWebLinkBaseParameter\getName(), ilWebLinkBaseParameter\getValue(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilWebLinkParameter::getInfo | ( | ) |
Definition at line 85 of file class.ilWebLinkParameter.php.
References ilWebLinkBaseParameter\getName(), and ilWebLinkBaseParameter\getValue().
Here is the call graph for this function:| ilWebLinkParameter::getLinkId | ( | ) |
Definition at line 143 of file class.ilWebLinkParameter.php.
References $link_id.
| ilWebLinkParameter::getParamId | ( | ) |
Definition at line 148 of file class.ilWebLinkParameter.php.
References $param_id.
Referenced by toXML().
Here is the caller graph for this function:| ilWebLinkParameter::getWebrId | ( | ) |
Definition at line 138 of file class.ilWebLinkParameter.php.
References $webr_id.
| ilWebLinkParameter::toXML | ( | ilXmlWriter | $writer | ) |
Definition at line 109 of file class.ilWebLinkParameter.php.
References ilWebLinkBaseParameter\$value, ilWebLinkBaseParameter\getName(), getParamId(), ilWebLinkBaseParameter\getValue(), and ilXmlWriter\xmlElement().
Here is the call graph for this function:
|
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().