ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Modal class. More...
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().
ilModalGUI::getHeading | ( | ) |
Get heading.
Definition at line 76 of file class.ilModalGUI.php.
References $heading.
Referenced by getHTML().
ilModalGUI::getHTML | ( | ) |
Get HTML.
Definition at line 126 of file class.ilModalGUI.php.
References $tpl, getBody(), getHeading(), getId(), and getType().
ilModalGUI::getId | ( | ) |
Get id.
Definition at line 56 of file class.ilModalGUI.php.
References $id.
Referenced by getHTML().
|
static |
Get instance.
Definition at line 36 of file class.ilModalGUI.php.
Referenced by ilTermsOfServiceSignedDocumentFormElementGUI\checkInput(), ilInternalLinkGUI\getInitHTML(), ilObjMediaPoolGUI\getPreviewModalHTML(), ilClozeGapInputBuilderGUI\insert(), ilTermsOfServiceAgreementByLanguageTableGUI\prepareRow(), and ilTermsOfServiceAcceptanceHistoryTableGUI\prepareRow().
ilModalGUI::getType | ( | ) |
Get type.
Definition at line 116 of file class.ilModalGUI.php.
References $type.
Referenced by getHTML().
ilModalGUI::setBody | ( | $a_val | ) |
ilModalGUI::setHeading | ( | $a_val | ) |
ilModalGUI::setId | ( | $a_val | ) |
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 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.