|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
BlockGUI class for external feed block on the personal desktop. More...
Inheritance diagram for ilPDExternalFeedBlockGUI:
Collaboration diagram for ilPDExternalFeedBlockGUI: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.
@ilCtrl_IsCalledBy 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().
Here is the call graph for this function:| ilPDExternalFeedBlockGUI::confirmDeleteFeedBlock | ( | ) |
Confirmation of feed block deletion.
Definition at line 463 of file class.ilPDExternalFeedBlockGUI.php.
References $lng, and ilUtil\getImagePath().
Here is the call graph for this function:| 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.
| ilPDExternalFeedBlockGUI::disableJS | ( | ) |
Definition at line 294 of file class.ilPDExternalFeedBlockGUI.php.
| ilPDExternalFeedBlockGUI::enableJS | ( | ) |
Definition at line 304 of file class.ilPDExternalFeedBlockGUI.php.
References $_SESSION, $ilUser, exit, and getHTML().
Here is the call graph for this function:| ilPDExternalFeedBlockGUI::executeCommand | ( | ) |
execute command
Definition at line 142 of file class.ilPDExternalFeedBlockGUI.php.
| ilPDExternalFeedBlockGUI::exitDeleteFeedBlock | ( | ) |
Cancel deletion of feed block.
Definition at line 491 of file class.ilPDExternalFeedBlockGUI.php.
| ilPDExternalFeedBlockGUI::fillDataSection | ( | ) |
Fill data section.
Definition at line 158 of file class.ilPDExternalFeedBlockGUI.php.
References getDynamic(), getDynamicReload(), and getOverview().
Here is the call graph for this function:| ilPDExternalFeedBlockGUI::fillRow | ( | $item | ) |
Fill feed item row.
Definition at line 317 of file class.ilPDExternalFeedBlockGUI.php.
| ilPDExternalFeedBlockGUI::getBlockType | ( | ) |
Definition at line 78 of file class.ilPDExternalFeedBlockGUI.php.
References $block_type.
| ilPDExternalFeedBlockGUI::getDynamic | ( | ) |
Definition at line 222 of file class.ilPDExternalFeedBlockGUI.php.
References $_SESSION, and $ilUser.
Referenced by fillDataSection(), and getHTML().
Here is the caller graph for this function:| ilPDExternalFeedBlockGUI::getDynamicReload | ( | ) |
Definition at line 244 of file class.ilPDExternalFeedBlockGUI.php.
References $lng.
Referenced by fillDataSection().
Here is the caller graph for this function:| ilPDExternalFeedBlockGUI::getHTML | ( | ) |
Get block HTML code.
Definition at line 172 of file class.ilPDExternalFeedBlockGUI.php.
References $_SESSION, $ilSetting, $ilUser, $lng, $settings, getDynamic(), and getJSEnabler().
Referenced by enableJS().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDExternalFeedBlockGUI::getJSEnabler | ( | ) |
Definition at line 273 of file class.ilPDExternalFeedBlockGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilPDExternalFeedBlockGUI::getOverview | ( | ) |
Get overview.
Definition at line 333 of file class.ilPDExternalFeedBlockGUI.php.
References $lng.
Referenced by fillDataSection().
Here is the caller graph for this function:
|
static |
Get Screen Mode for current command.
Definition at line 94 of file class.ilPDExternalFeedBlockGUI.php.
References $DIC, 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.
|
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.
| ilPDExternalFeedBlockGUI::setBlock | ( | $a_block | ) |
Do most of the initialisation.
Definition at line 120 of file class.ilPDExternalFeedBlockGUI.php.
| ilPDExternalFeedBlockGUI::showFeedItem | ( | ) |
Show Feed Item.
Definition at line 344 of file class.ilPDExternalFeedBlockGUI.php.
|
static |
Definition at line 51 of file class.ilPDExternalFeedBlockGUI.php.
Referenced by getBlockType().
|
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.