|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Base class for parameters attached to Web Link items. More...
Inheritance diagram for ilWebLinkBaseParameter:
Collaboration diagram for ilWebLinkBaseParameter:Public Member Functions | |
| __construct (int $value, string $name) | |
| getValue () | |
| getName () | |
Data Fields | |
| 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 | |
| int | $value |
| string | $name |
Base class for parameters attached to Web Link items.
Definition at line 25 of file class.ilWebLinkBaseParameter.php.
| ilWebLinkBaseParameter::__construct | ( | int | $value, |
| string | $name | ||
| ) |
Definition at line 56 of file class.ilWebLinkBaseParameter.php.
| ilWebLinkBaseParameter::getName | ( | ) |
Definition at line 67 of file class.ilWebLinkBaseParameter.php.
References $name.
Referenced by ilWebLinkParameter\appendToLink(), ilWebLinkParameter\getInfo(), ilWebLinkParameter\toXML(), and ilWebLinkDraftParameter\validate().
Here is the caller graph for this function:| ilWebLinkBaseParameter::getValue | ( | ) |
Definition at line 62 of file class.ilWebLinkBaseParameter.php.
References $value.
Referenced by ilWebLinkParameter\appendToLink(), ilWebLinkParameter\getInfo(), ilWebLinkParameter\toXML(), ilWebLinkDraftParameter\validate(), and ilWebLinkDatabaseRepository\validateParameter().
Here is the caller graph for this function:
|
protected |
Definition at line 54 of file class.ilWebLinkBaseParameter.php.
Referenced by ilWebLinkParameter\__construct(), __construct(), and getName().
|
protected |
Definition at line 53 of file class.ilWebLinkBaseParameter.php.
Referenced by ilWebLinkParameter\__construct(), __construct(), getValue(), and ilWebLinkParameter\toXML().
| const string ilWebLinkBaseParameter::LOGIN_NAME = 'login' |
Definition at line 29 of file class.ilWebLinkBaseParameter.php.
| const string ilWebLinkBaseParameter::MATRICULATION_NAME = 'matriculation' |
Definition at line 30 of file class.ilWebLinkBaseParameter.php.
| const string ilWebLinkBaseParameter::UNDEFINED_NAME = 'undefined' |
Definition at line 27 of file class.ilWebLinkBaseParameter.php.
| const string ilWebLinkBaseParameter::USER_ID_NAME = 'user_id' |
Definition at line 28 of file class.ilWebLinkBaseParameter.php.
| const array ilWebLinkBaseParameter::VALUES |
TODO Once the GUI is updated, undefined can be dropped.
Definition at line 35 of file class.ilWebLinkBaseParameter.php.
Referenced by ilWebResourceEditableLinkTableGUI\fillRow(), ilObjLinkResourceGUI\initFormLink(), ilWebResourceParameterTest\testAppendToLink(), ilWebResourceDatabaseRepositoryTest\testCreateAllItemsInDraftContainer(), ilWebResourceDatabaseRepositoryTest\testCreateExternalItem(), ilWebResourceDatabaseRepositoryTest\testCreateInternalItemWithBrokenParameter(), ilWebResourceDatabaseRepositoryTest\testCreateItemBrokenInternalLinkException(), ilWebResourceParameterTest\testGetInfo(), ilWebResourceParameterTest\testToXML(), and ilWebLinkDatabaseRepository\validateParameter().
| const array ilWebLinkBaseParameter::VALUES_TEXT |
Keys of the language variables to the possible values, e.g.
to fill a select input.
Definition at line 46 of file class.ilWebLinkBaseParameter.php.
Referenced by ilWebResourceEditableLinkTableGUI\fillRow(), and ilObjLinkResourceGUI\initFormLink().