| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilWebLinkBaseParameter:
 Collaboration diagram for ilWebLinkBaseParameter:Public Member Functions | |
| __construct (int $value, string $name) | |
| getValue () | |
| getName () | |
Data Fields | |
| const | UNDEFINED_NAME = 'undefined' | 
| const | USER_ID_NAME = 'user_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 | |
| 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 Base class for parameters attached to Web Link items
Definition at line 26 of file class.ilWebLinkBaseParameter.php.
| ilWebLinkBaseParameter::__construct | ( | int | $value, | 
| string | $name | ||
| ) | 
Definition at line 57 of file class.ilWebLinkBaseParameter.php.
| ilWebLinkBaseParameter::getName | ( | ) | 
Definition at line 68 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 63 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 55 of file class.ilWebLinkBaseParameter.php.
Referenced by __construct(), and getName().
      
  | 
  protected | 
Definition at line 54 of file class.ilWebLinkBaseParameter.php.
Referenced by __construct(), getValue(), and ilWebLinkParameter\toXML().
| const ilWebLinkBaseParameter::LOGIN_NAME = 'login' | 
Definition at line 30 of file class.ilWebLinkBaseParameter.php.
| const ilWebLinkBaseParameter::MATRICULATION_NAME = 'matriculation' | 
Definition at line 31 of file class.ilWebLinkBaseParameter.php.
| const ilWebLinkBaseParameter::UNDEFINED_NAME = 'undefined' | 
Definition at line 28 of file class.ilWebLinkBaseParameter.php.
| const ilWebLinkBaseParameter::USER_ID_NAME = 'user_id' | 
Definition at line 29 of file class.ilWebLinkBaseParameter.php.
| const ilWebLinkBaseParameter::VALUES | 
TODO Once the GUI is updated, undefined can be dropped.
Definition at line 36 of file class.ilWebLinkBaseParameter.php.
Referenced by ilWebResourceEditableLinkTableGUI\fillRow(), ilWebLinkXmlParser\handlerBeginTag(), ilObjLinkResourceGUI\initFormLink(), ilWebResourceParameterTest\testAppendToLink(), ilWebResourceDatabaseRepositoryTest\testCreateAllItemsInDraftContainer(), ilWebResourceDatabaseRepositoryTest\testCreateExternalItem(), ilWebResourceDatabaseRepositoryTest\testCreateInternalItemWithBrokenParameter(), ilWebResourceDatabaseRepositoryTest\testCreateItemBrokenInternalLinkException(), ilWebResourceParameterTest\testGetInfo(), ilWebResourceParameterTest\testToXML(), and ilWebLinkDatabaseRepository\validateParameter().
| const ilWebLinkBaseParameter::VALUES_TEXT | 
Keys of the language variables to the possible values, e.g.
to fill a select input.
Definition at line 47 of file class.ilWebLinkBaseParameter.php.
Referenced by ilWebResourceEditableLinkTableGUI\fillRow(), and ilObjLinkResourceGUI\initFormLink().