ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
BlockGUI class for external feed block on the personal desktop. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
getBlockType () | |
setBlock ($a_block) | |
Do most of the initialisation. More... | |
executeCommand () | |
execute command More... | |
fillDataSection () | |
Fill data section. More... | |
getHTML () | |
Get block HTML code. More... | |
getDynamic () | |
getDynamicReload () | |
getJSEnabler () | |
disableJS () | |
enableJS () | |
fillRow ($item) | |
Fill feed item row. More... | |
getOverview () | |
Get overview. More... | |
showFeedItem () | |
Show Feed Item. More... | |
create () | |
Create Form for Block. More... | |
initFormFeedBlock ($a_mode) | |
FORM FeedBlock: Init form. More... | |
prepareSaveFeedBlock (&$a_feed_block) | |
FORM FeedBlock: Prepare Saving of FeedBlock. More... | |
confirmDeleteFeedBlock () | |
Confirmation of feed block deletion. More... | |
exitDeleteFeedBlock () | |
Cancel deletion of feed block. More... | |
deleteFeedBlock () | |
Delete feed block. More... | |
Static Public Member Functions | |
static | getScreenMode () |
Get Screen Mode for current command. More... | |
Data Fields | |
const | FORM_EDIT = 0 |
const | FORM_CREATE = 1 |
const | FORM_RE_EDIT = 2 |
const | FORM_RE_CREATE = 2 |
Static Public Attributes | |
static | $block_type = "pdfeed" |
Protected Member Functions | |
isRepositoryObject () | |
Protected Attributes | |
$settings | |
BlockGUI class for external feed block on the personal desktop.
Within the repository ilExternalFeedBlockGUI is used. is used.
ilPDExternalFeedBlockGUI: ilColumnGUI
Definition at line 39 of file class.ilPDExternalFeedBlockGUI.php.
ilPDExternalFeedBlockGUI::__construct | ( | ) |
Constructor.
Definition at line 56 of file class.ilPDExternalFeedBlockGUI.php.
References $DIC, $lng, ILIAS\GlobalScreen\Provider\__construct(), settings(), and user().
ilPDExternalFeedBlockGUI::confirmDeleteFeedBlock | ( | ) |
Confirmation of feed block deletion.
Definition at line 463 of file class.ilPDExternalFeedBlockGUI.php.
References $ilCtrl, $lng, and ilUtil\getImagePath().
ilPDExternalFeedBlockGUI::create | ( | ) |
Create Form for Block.
Definition at line 395 of file class.ilPDExternalFeedBlockGUI.php.
ilPDExternalFeedBlockGUI::deleteFeedBlock | ( | ) |
Delete feed block.
Definition at line 501 of file class.ilPDExternalFeedBlockGUI.php.
References $ilCtrl.
ilPDExternalFeedBlockGUI::disableJS | ( | ) |
Definition at line 294 of file class.ilPDExternalFeedBlockGUI.php.
References $_SESSION, $ilCtrl, and $ilUser.
ilPDExternalFeedBlockGUI::enableJS | ( | ) |
Definition at line 304 of file class.ilPDExternalFeedBlockGUI.php.
References $_SESSION, $ilUser, exit, and getHTML().
ilPDExternalFeedBlockGUI::executeCommand | ( | ) |
execute command
Definition at line 142 of file class.ilPDExternalFeedBlockGUI.php.
References $ilCtrl.
ilPDExternalFeedBlockGUI::exitDeleteFeedBlock | ( | ) |
Cancel deletion of feed block.
Definition at line 491 of file class.ilPDExternalFeedBlockGUI.php.
References $ilCtrl.
ilPDExternalFeedBlockGUI::fillDataSection | ( | ) |
Fill data section.
Definition at line 158 of file class.ilPDExternalFeedBlockGUI.php.
References getDynamic(), getDynamicReload(), and getOverview().
ilPDExternalFeedBlockGUI::fillRow | ( | $item | ) |
Fill feed item row.
Definition at line 317 of file class.ilPDExternalFeedBlockGUI.php.
References $ilCtrl.
ilPDExternalFeedBlockGUI::getBlockType | ( | ) |
Definition at line 78 of file class.ilPDExternalFeedBlockGUI.php.
ilPDExternalFeedBlockGUI::getDynamic | ( | ) |
Definition at line 222 of file class.ilPDExternalFeedBlockGUI.php.
References $_SESSION, $ilCtrl, and $ilUser.
Referenced by fillDataSection(), and getHTML().
ilPDExternalFeedBlockGUI::getDynamicReload | ( | ) |
Definition at line 244 of file class.ilPDExternalFeedBlockGUI.php.
Referenced by fillDataSection().
ilPDExternalFeedBlockGUI::getHTML | ( | ) |
Get block HTML code.
Definition at line 172 of file class.ilPDExternalFeedBlockGUI.php.
References $_SESSION, $ilCtrl, $ilSetting, $ilUser, $lng, $settings, getDynamic(), and getJSEnabler().
Referenced by enableJS().
ilPDExternalFeedBlockGUI::getJSEnabler | ( | ) |
Definition at line 273 of file class.ilPDExternalFeedBlockGUI.php.
References $ilCtrl.
Referenced by getHTML().
ilPDExternalFeedBlockGUI::getOverview | ( | ) |
Get overview.
Definition at line 333 of file class.ilPDExternalFeedBlockGUI.php.
References $lng.
Referenced by fillDataSection().
|
static |
Get Screen Mode for current command.
Definition at line 94 of file class.ilPDExternalFeedBlockGUI.php.
References $DIC, $ilCtrl, IL_SCREEN_CENTER, and IL_SCREEN_SIDE.
ilPDExternalFeedBlockGUI::initFormFeedBlock | ( | $a_mode | ) |
FORM FeedBlock: Init form.
(We need to overwrite, because Generator does not know FeedUrl Inputs yet.
int | $a_mode | Form Edit Mode |
Definition at line 406 of file class.ilPDExternalFeedBlockGUI.php.
References $lng, and ilFormPropertyGUI\setInfo().
|
protected |
Definition at line 86 of file class.ilPDExternalFeedBlockGUI.php.
ilPDExternalFeedBlockGUI::prepareSaveFeedBlock | ( | & | $a_feed_block | ) |
FORM FeedBlock: Prepare Saving of FeedBlock.
object | $a_feed_block | FeedBlock object. |
Definition at line 451 of file class.ilPDExternalFeedBlockGUI.php.
References $ilCtrl.
ilPDExternalFeedBlockGUI::setBlock | ( | $a_block | ) |
Do most of the initialisation.
Definition at line 120 of file class.ilPDExternalFeedBlockGUI.php.
References $ilCtrl.
ilPDExternalFeedBlockGUI::showFeedItem | ( | ) |
Show Feed Item.
Definition at line 344 of file class.ilPDExternalFeedBlockGUI.php.
References $_GET, $ilCtrl, $lng, and $tpl.
|
static |
Definition at line 51 of file class.ilPDExternalFeedBlockGUI.php.
|
protected |
Definition at line 49 of file class.ilPDExternalFeedBlockGUI.php.
Referenced by getHTML().
const ilPDExternalFeedBlockGUI::FORM_CREATE = 1 |
Definition at line 42 of file class.ilPDExternalFeedBlockGUI.php.
const ilPDExternalFeedBlockGUI::FORM_EDIT = 0 |
Definition at line 41 of file class.ilPDExternalFeedBlockGUI.php.
const ilPDExternalFeedBlockGUI::FORM_RE_CREATE = 2 |
Definition at line 44 of file class.ilPDExternalFeedBlockGUI.php.
const ilPDExternalFeedBlockGUI::FORM_RE_EDIT = 2 |
Definition at line 43 of file class.ilPDExternalFeedBlockGUI.php.