|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilShopNewsGUI. More...
Inheritance diagram for ilShopNewsGUI:
Collaboration diagram for ilShopNewsGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| saveSettings () | |
| initSettingsForm ($a_mode= 'edit') | |
| showSettings () | |
| saveNews () | |
| updateArchiveNews () | |
| updateNews () | |
| update ($view) | |
| performDeleteNews () | |
| performDeleteArchiveNews () | |
| performDelete ($view) | |
| confirmDeleteNews () | |
| confirmDeleteArchiveNews () | |
| confirmDelete ($view) | |
| initNewsForm ($a_mode= 'create', $view= 'news') | |
| addNewsForm () | |
| editNews () | |
| editArchiveNews () | |
| editNewsForm ($view) | |
| getPropertiesValues () | |
| getSettingsValues () | |
| showNews ($confirmation_gui= '') | |
| showArchive ($confirmation_gui= '') | |
Data Fields | |
| $ilErr = null | |
Protected Member Functions | |
| buildSubTabs () | |
| prepareOutput () | |
Protected Member Functions inherited from ilShopBaseGUI | |
| addPager ($result) | |
Private Attributes | |
| $form_gui = null | |
| $settings_form = null | |
| $oCurrentNewsItem = null | |
Additional Inherited Members | |
Protected Attributes inherited from ilShopBaseGUI | |
| $ctrl = null | |
| $lng = null | |
| $tpl = null | |
| $settings = null | |
Class ilShopNewsGUI.
Definition at line 17 of file class.ilShopNewsGUI.php.
| ilShopNewsGUI::__construct | ( | ) |
Reimplemented from ilShopBaseGUI.
Definition at line 25 of file class.ilShopNewsGUI.php.
| ilShopNewsGUI::addNewsForm | ( | ) |
Definition at line 409 of file class.ilShopNewsGUI.php.
References initNewsForm().
Here is the call graph for this function:
|
protected |
Definition at line 56 of file class.ilShopNewsGUI.php.
References $ilUser.
| ilShopNewsGUI::confirmDelete | ( | $view | ) |
Definition at line 275 of file class.ilShopNewsGUI.php.
References $_GET, $ilUser, ilUtil\sendInfo(), showArchive(), and showNews().
Referenced by confirmDeleteArchiveNews(), and confirmDeleteNews().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsGUI::confirmDeleteArchiveNews | ( | ) |
Definition at line 270 of file class.ilShopNewsGUI.php.
References confirmDelete().
Here is the call graph for this function:| ilShopNewsGUI::confirmDeleteNews | ( | ) |
Definition at line 265 of file class.ilShopNewsGUI.php.
References confirmDelete().
Here is the call graph for this function:| ilShopNewsGUI::editArchiveNews | ( | ) |
Definition at line 420 of file class.ilShopNewsGUI.php.
References editNewsForm().
Here is the call graph for this function:| ilShopNewsGUI::editNews | ( | ) |
Definition at line 415 of file class.ilShopNewsGUI.php.
References editNewsForm().
Here is the call graph for this function:| ilShopNewsGUI::editNewsForm | ( | $view | ) |
Definition at line 425 of file class.ilShopNewsGUI.php.
References getPropertiesValues(), and initNewsForm().
Referenced by editArchiveNews(), and editNews().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsGUI::executeCommand | ( | ) |
Definition at line 36 of file class.ilShopNewsGUI.php.
References $cmd, and prepareOutput().
Here is the call graph for this function:| ilShopNewsGUI::getPropertiesValues | ( | ) |
Definition at line 432 of file class.ilShopNewsGUI.php.
Referenced by editNewsForm().
Here is the caller graph for this function:| ilShopNewsGUI::getSettingsValues | ( | ) |
Definition at line 442 of file class.ilShopNewsGUI.php.
References $ilSetting.
Referenced by saveSettings(), and showSettings().
Here is the caller graph for this function:| ilShopNewsGUI::initNewsForm | ( | $a_mode = 'create', |
|
$view = 'news' |
|||
| ) |
Definition at line 331 of file class.ilShopNewsGUI.php.
References $ilUser, ilRadioOption\setInfo(), and ilFormPropertyGUI\setInfo().
Referenced by addNewsForm(), editNewsForm(), saveNews(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsGUI::initSettingsForm | ( | $a_mode = 'edit' | ) |
Definition at line 96 of file class.ilShopNewsGUI.php.
References $options, and ilFormPropertyGUI\setInfo().
Referenced by saveSettings(), and showSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsGUI::performDelete | ( | $view | ) |
Definition at line 221 of file class.ilShopNewsGUI.php.
References $_POST, $ilUser, ilUtil\sendInfo(), showArchive(), and showNews().
Referenced by performDeleteArchiveNews(), and performDeleteNews().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsGUI::performDeleteArchiveNews | ( | ) |
Definition at line 216 of file class.ilShopNewsGUI.php.
References performDelete().
Here is the call graph for this function:| ilShopNewsGUI::performDeleteNews | ( | ) |
Definition at line 211 of file class.ilShopNewsGUI.php.
References performDelete().
Here is the call graph for this function:
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 623 of file class.ilShopNewsGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilShopNewsGUI::saveNews | ( | ) |
Definition at line 134 of file class.ilShopNewsGUI.php.
References $ilUser, initNewsForm(), ilUtil\sendInfo(), and showNews().
Here is the call graph for this function:| ilShopNewsGUI::saveSettings | ( | ) |
Definition at line 69 of file class.ilShopNewsGUI.php.
References $ilSetting, $ilUser, getSettingsValues(), initSettingsForm(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilShopNewsGUI::showArchive | ( | $confirmation_gui = '' | ) |
Definition at line 539 of file class.ilShopNewsGUI.php.
References $ilSetting, $ilUser, $result, ilShopBaseGUI\$tpl, ilShopNewsItemList\_getInstance(), ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ilShopNewsItemList\TYPE_ARCHIVE.
Referenced by confirmDelete(), performDelete(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsGUI::showNews | ( | $confirmation_gui = '' | ) |
Definition at line 451 of file class.ilShopNewsGUI.php.
References $ilSetting, $ilUser, $result, ilShopBaseGUI\$tpl, ilShopNewsItemList\_getInstance(), ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ilShopNewsItemList\TYPE_NEWS.
Referenced by confirmDelete(), performDelete(), saveNews(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsGUI::showSettings | ( | ) |
Definition at line 117 of file class.ilShopNewsGUI.php.
References $ilUser, getSettingsValues(), and initSettingsForm().
Here is the call graph for this function:| ilShopNewsGUI::update | ( | $view | ) |
Definition at line 172 of file class.ilShopNewsGUI.php.
References $ilUser, initNewsForm(), ilUtil\sendInfo(), showArchive(), and showNews().
Referenced by updateArchiveNews(), and updateNews().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsGUI::updateArchiveNews | ( | ) |
Definition at line 162 of file class.ilShopNewsGUI.php.
References update().
Here is the call graph for this function:| ilShopNewsGUI::updateNews | ( | ) |
Definition at line 167 of file class.ilShopNewsGUI.php.
References update().
Here is the call graph for this function:
|
private |
Definition at line 19 of file class.ilShopNewsGUI.php.
| ilShopNewsGUI::$ilErr = null |
Definition at line 23 of file class.ilShopNewsGUI.php.
Referenced by __construct().
|
private |
Definition at line 21 of file class.ilShopNewsGUI.php.
|
private |
Definition at line 20 of file class.ilShopNewsGUI.php.