ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Administration for page layouts. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
checkPermission ($a_perm, $a_throw_exc=true) | |
Check permission. More... | |
listLayouts () | |
view list of page layouts More... | |
activate ($a_activate=true) | |
Activate layout. More... | |
deactivate () | |
Deactivate layout. More... | |
deletePgl () | |
display deletion confirmation screen More... | |
cancelDeletePg () | |
cancel deletion of Page Layout More... | |
confirmedDeletePg () | |
conform deletion of Page Layout More... | |
addPageLayout ($a_form=null) | |
initAddPageLayoutForm () | |
createPg () | |
cancelCreate () | |
Cancel creation. More... | |
editPg () | |
Edit page. More... | |
savePageLayoutTypes () | |
Save page layout types. More... | |
exportLayout () | |
Export page layout template object. More... | |
importPageLayoutForm () | |
Import page layout. More... | |
initPageLayoutImportForm () | |
Init page layout import form. More... | |
importPageLayout () | |
Import page layout. More... | |
Protected Attributes | |
$ctrl | |
$rbacsystem | |
$toolbar | |
$lng | |
$tpl | |
$DIC | |
$ref_id | |
Administration for page layouts.
Definition at line 13 of file class.ilPageLayoutAdministrationGUI.php.
ilPageLayoutAdministrationGUI::__construct | ( | ) |
Constructor.
Definition at line 53 of file class.ilPageLayoutAdministrationGUI.php.
References $_GET, $DIC, and settings().
ilPageLayoutAdministrationGUI::activate | ( | $a_activate = true | ) |
Activate layout.
bool | $a_activate |
Definition at line 174 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST, ilUtil\sendInfo(), and ilUtil\sendSuccess().
Referenced by deactivate().
ilPageLayoutAdministrationGUI::addPageLayout | ( | $a_form = null | ) |
null | ilPropertyFormGUI | $a_form |
Definition at line 261 of file class.ilPageLayoutAdministrationGUI.php.
References initAddPageLayoutForm().
Referenced by createPg().
ilPageLayoutAdministrationGUI::cancelCreate | ( | ) |
Cancel creation.
Definition at line 399 of file class.ilPageLayoutAdministrationGUI.php.
References listLayouts().
ilPageLayoutAdministrationGUI::cancelDeletePg | ( | ) |
cancel deletion of Page Layout
Definition at line 238 of file class.ilPageLayoutAdministrationGUI.php.
References ilUtil\sendInfo().
ilPageLayoutAdministrationGUI::checkPermission | ( | $a_perm, | |
$a_throw_exc = true |
|||
) |
Check permission.
string | $a_perm | permission(s) |
ilObjectException |
Definition at line 132 of file class.ilPageLayoutAdministrationGUI.php.
Referenced by editPg(), executeCommand(), and listLayouts().
ilPageLayoutAdministrationGUI::confirmedDeletePg | ( | ) |
conform deletion of Page Layout
Definition at line 247 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST.
ilPageLayoutAdministrationGUI::createPg | ( | ) |
Definition at line 352 of file class.ilPageLayoutAdministrationGUI.php.
References addPageLayout(), and initAddPageLayoutForm().
ilPageLayoutAdministrationGUI::deactivate | ( | ) |
Deactivate layout.
Definition at line 195 of file class.ilPageLayoutAdministrationGUI.php.
References activate().
ilPageLayoutAdministrationGUI::deletePgl | ( | ) |
display deletion confirmation screen
Definition at line 203 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST, data, ilUtil\getImageTagByType(), and ilUtil\sendFailure().
ilPageLayoutAdministrationGUI::editPg | ( | ) |
Edit page.
Definition at line 407 of file class.ilPageLayoutAdministrationGUI.php.
References checkPermission(), and executeCommand().
ilPageLayoutAdministrationGUI::executeCommand | ( | ) |
Execute command.
Definition at line 74 of file class.ilPageLayoutAdministrationGUI.php.
References $_GET, $cmd, $ret, array, and checkPermission().
Referenced by editPg().
ilPageLayoutAdministrationGUI::exportLayout | ( | ) |
Export page layout template object.
Definition at line 456 of file class.ilPageLayoutAdministrationGUI.php.
References $_GET, ilUtil\deliverFile(), ilUtil\ilTempnam(), and ilUtil\makeDir().
ilPageLayoutAdministrationGUI::importPageLayout | ( | ) |
Import page layout.
Definition at line 517 of file class.ilPageLayoutAdministrationGUI.php.
References ilPageLayout\import(), initPageLayoutImportForm(), and ilUtil\sendSuccess().
ilPageLayoutAdministrationGUI::importPageLayoutForm | ( | ) |
Import page layout.
Definition at line 485 of file class.ilPageLayoutAdministrationGUI.php.
References initPageLayoutImportForm().
ilPageLayoutAdministrationGUI::initAddPageLayoutForm | ( | ) |
Definition at line 274 of file class.ilPageLayoutAdministrationGUI.php.
References $options, $si, array, ilPageLayout\getAvailableModules(), ilPageLayout\getLayouts(), ilSelectInputGUI\setOptions(), ilTextInputGUI\setSize(), and ilTextAreaInputGUI\setValue().
Referenced by addPageLayout(), and createPg().
ilPageLayoutAdministrationGUI::initPageLayoutImportForm | ( | ) |
Init page layout import form.
Definition at line 494 of file class.ilPageLayoutAdministrationGUI.php.
References array, and ilFileInputGUI\setSuffixes().
Referenced by importPageLayout(), and importPageLayoutForm().
ilPageLayoutAdministrationGUI::listLayouts | ( | ) |
view list of page layouts
Definition at line 149 of file class.ilPageLayoutAdministrationGUI.php.
References checkPermission().
Referenced by cancelCreate().
ilPageLayoutAdministrationGUI::savePageLayoutTypes | ( | ) |
Save page layout types.
Definition at line 419 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST, $ilCtrl, $l, $lng, $t, and ilUtil\sendSuccess().
|
protected |
Definition at line 18 of file class.ilPageLayoutAdministrationGUI.php.
|
protected |
Definition at line 43 of file class.ilPageLayoutAdministrationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 33 of file class.ilPageLayoutAdministrationGUI.php.
Referenced by savePageLayoutTypes().
|
protected |
Definition at line 23 of file class.ilPageLayoutAdministrationGUI.php.
|
protected |
Definition at line 48 of file class.ilPageLayoutAdministrationGUI.php.
|
protected |
Definition at line 28 of file class.ilPageLayoutAdministrationGUI.php.
|
protected |
Definition at line 38 of file class.ilPageLayoutAdministrationGUI.php.