|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Modal class. More...
Collaboration diagram for ilModalGUI:Public Member Functions | |
| setId ($a_val) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
| setHeading ($a_val) | |
| Set heading. More... | |
| getHeading () | |
| Get heading. More... | |
| setBody ($a_val) | |
| Set body. More... | |
| getBody () | |
| Get body. More... | |
| setType ($a_val) | |
| Set type. More... | |
| getType () | |
| Get type. More... | |
| getHTML () | |
| Get HTML. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Get instance. More... | |
Data Fields | |
| const | TYPE_LARGE = "large" |
| const | TYPE_MEDIUM = "medium" |
| const | TYPE_SMALL = "small" |
Protected Member Functions | |
| __construct () | |
| Constructor. More... | |
Protected Attributes | |
| $heading = "" | |
| $body = "" | |
| $id = "" | |
| $type = self::TYPE_MEDIUM | |
|
protected |
| ilModalGUI::getBody | ( | ) |
Get body.
Definition at line 96 of file class.ilModalGUI.php.
References $body.
Referenced by getHTML().
Here is the caller graph for this function:| ilModalGUI::getHeading | ( | ) |
Get heading.
Definition at line 76 of file class.ilModalGUI.php.
References $heading.
Referenced by getHTML().
Here is the caller graph for this function:| ilModalGUI::getHTML | ( | ) |
Get HTML.
Definition at line 126 of file class.ilModalGUI.php.
References $tpl, getBody(), getHeading(), getId(), getType(), TYPE_LARGE, and TYPE_SMALL.
Here is the call graph for this function:| ilModalGUI::getId | ( | ) |
Get id.
Definition at line 56 of file class.ilModalGUI.php.
References $id.
Referenced by getHTML().
Here is the caller graph for this function:
|
static |
Get instance.
Definition at line 36 of file class.ilModalGUI.php.
Referenced by ilInternalLinkGUI\getInitHTML(), ilObjMediaPoolGUI\getPreviewModalHTML(), ilClozeGapInputBuilderGUI\insert(), ilTermsOfServiceAcceptanceHistoryTableGUI\prepareRow(), and ilTermsOfServiceAgreementByLanguageTableGUI\prepareRow().
Here is the caller graph for this function:| ilModalGUI::getType | ( | ) |
Get type.
Definition at line 116 of file class.ilModalGUI.php.
References $type.
Referenced by getHTML().
Here is the caller graph for this function:| ilModalGUI::setBody | ( | $a_val | ) |
Set body.
| string | $a_val | body |
Definition at line 86 of file class.ilModalGUI.php.
| ilModalGUI::setHeading | ( | $a_val | ) |
Set heading.
| string | $a_val | heading |
Definition at line 66 of file class.ilModalGUI.php.
| ilModalGUI::setId | ( | $a_val | ) |
Set id.
| string | $a_val | id |
Definition at line 46 of file class.ilModalGUI.php.
| ilModalGUI::setType | ( | $a_val | ) |
Set type.
| string | $a_val | type const ilModalGUI::TYPE_SMALL|ilModalGUI::TYPE_MEDIUM|ilModalGUI::TYPE_LARGE |
Definition at line 106 of file class.ilModalGUI.php.
|
protected |
Definition at line 15 of file class.ilModalGUI.php.
Referenced by getBody().
|
protected |
Definition at line 14 of file class.ilModalGUI.php.
Referenced by getHeading().
|
protected |
Definition at line 16 of file class.ilModalGUI.php.
Referenced by getId().
|
protected |
Definition at line 21 of file class.ilModalGUI.php.
Referenced by getType().
| const ilModalGUI::TYPE_LARGE = "large" |
Definition at line 17 of file class.ilModalGUI.php.
Referenced by getHTML(), and ilObjMediaPoolGUI\getPreviewModalHTML().
| const ilModalGUI::TYPE_MEDIUM = "medium" |
Definition at line 18 of file class.ilModalGUI.php.
| const ilModalGUI::TYPE_SMALL = "small" |
Definition at line 19 of file class.ilModalGUI.php.
Referenced by getHTML().