|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Immutable class for parameters attached to Web Link items. 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 string | UNDEFINED_NAME = 'undefined' |
| const string | USER_ID_NAME = 'user_id' |
| const string | LOGIN_NAME = 'login' |
| const string | MATRICULATION_NAME = 'matriculation' |
| const array | VALUES |
| TODO Once the GUI is updated, undefined can be dropped. More... | |
| const array | VALUES_TEXT |
| Keys of the language variables to the possible values, e.g. More... | |
Protected Attributes inherited from ilWebLinkBaseParameter | |
| int | $value |
| string | $name |
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 81 of file class.ilWebLinkParameter.php.
References $info, ilWebLinkBaseParameter\getName(), and ilWebLinkBaseParameter\getValue().
Here is the call graph for this function:| ilWebLinkParameter::getLinkId | ( | ) |
Definition at line 136 of file class.ilWebLinkParameter.php.
References $link_id.
| ilWebLinkParameter::getParamId | ( | ) |
Definition at line 141 of file class.ilWebLinkParameter.php.
References $param_id.
Referenced by toXML().
Here is the caller graph for this function:| ilWebLinkParameter::getWebrId | ( | ) |
Definition at line 131 of file class.ilWebLinkParameter.php.
References $webr_id.
| ilWebLinkParameter::toXML | ( | ilXmlWriter | $writer | ) |
Definition at line 102 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().