ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Draft class for creating and updating a parameter attached to Web Link items. More...
Public Member Functions | |
replaces (?ilWebLinkParameter $old_parameter) | |
getOldParameter () | |
validate () | |
TODO: Modernizing the forms to input parameters will make this additional layer of input validation obsolete. More... | |
![]() | |
__construct (int $value, string $name) | |
getValue () | |
getName () | |
Data Fields | |
const string | LINKS_ERR_NO_NAME = 'links_no_name_given' |
TODO: This can be removed when validate is. More... | |
const string | LINKS_ERR_NO_VALUE = 'links_no_value_given' |
const string | LINKS_ERR_NO_NAME_VALUE = 'links_no_name_no_value' |
![]() | |
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 | |
ilWebLinkParameter | $old_parameter = null |
![]() | |
int | $value |
string | $name |
Draft class for creating and updating a parameter attached to Web Link items.
Definition at line 25 of file class.ilWebLinkDraftParameter.php.
ilWebLinkDraftParameter::getOldParameter | ( | ) |
Definition at line 43 of file class.ilWebLinkDraftParameter.php.
References $old_parameter.
ilWebLinkDraftParameter::replaces | ( | ?ilWebLinkParameter | $old_parameter | ) |
Definition at line 37 of file class.ilWebLinkDraftParameter.php.
References $old_parameter.
ilWebLinkDraftParameter::validate | ( | ) |
TODO: Modernizing the forms to input parameters will make this additional layer of input validation obsolete.
Definition at line 52 of file class.ilWebLinkDraftParameter.php.
References ilWebLinkBaseParameter\getName(), and ilWebLinkBaseParameter\getValue().
|
protected |
Definition at line 35 of file class.ilWebLinkDraftParameter.php.
Referenced by getOldParameter(), and replaces().
const string ilWebLinkDraftParameter::LINKS_ERR_NO_NAME = 'links_no_name_given' |
TODO: This can be removed when validate is.
Definition at line 30 of file class.ilWebLinkDraftParameter.php.
Referenced by ilObjLinkResourceGUI\checkLinkInput().
const string ilWebLinkDraftParameter::LINKS_ERR_NO_NAME_VALUE = 'links_no_name_no_value' |
Definition at line 32 of file class.ilWebLinkDraftParameter.php.
const string ilWebLinkDraftParameter::LINKS_ERR_NO_VALUE = 'links_no_value_given' |
Definition at line 31 of file class.ilWebLinkDraftParameter.php.
Referenced by ilObjLinkResourceGUI\checkLinkInput().