ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 169 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST, and ilUtil\sendInfo().
Referenced by deactivate().
ilPageLayoutAdministrationGUI::addPageLayout | ( | $a_form = null | ) |
null | ilPropertyFormGUI | $a_form |
Definition at line 249 of file class.ilPageLayoutAdministrationGUI.php.
References initAddPageLayoutForm().
Referenced by createPg().
ilPageLayoutAdministrationGUI::cancelCreate | ( | ) |
Cancel creation.
Definition at line 379 of file class.ilPageLayoutAdministrationGUI.php.
References listLayouts().
ilPageLayoutAdministrationGUI::cancelDeletePg | ( | ) |
cancel deletion of Page Layout
Definition at line 227 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 127 of file class.ilPageLayoutAdministrationGUI.php.
Referenced by editPg(), executeCommand(), and listLayouts().
ilPageLayoutAdministrationGUI::confirmedDeletePg | ( | ) |
conform deletion of Page Layout
Definition at line 236 of file class.ilPageLayoutAdministrationGUI.php.
ilPageLayoutAdministrationGUI::createPg | ( | ) |
Definition at line 337 of file class.ilPageLayoutAdministrationGUI.php.
References addPageLayout(), and initAddPageLayoutForm().
ilPageLayoutAdministrationGUI::deactivate | ( | ) |
Deactivate layout.
Definition at line 186 of file class.ilPageLayoutAdministrationGUI.php.
References activate().
ilPageLayoutAdministrationGUI::deletePgl | ( | ) |
display deletion confirmation screen
Definition at line 194 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST, $id, data, ilUtil\getImageTagByType(), and ilUtil\sendFailure().
ilPageLayoutAdministrationGUI::editPg | ( | ) |
Edit page.
Definition at line 387 of file class.ilPageLayoutAdministrationGUI.php.
References checkPermission(), and executeCommand().
ilPageLayoutAdministrationGUI::executeCommand | ( | ) |
Execute command.
Definition at line 74 of file class.ilPageLayoutAdministrationGUI.php.
References $_GET, $ret, and checkPermission().
Referenced by editPg().
ilPageLayoutAdministrationGUI::exportLayout | ( | ) |
Export page layout template object.
Definition at line 431 of file class.ilPageLayoutAdministrationGUI.php.
References $_GET, ilUtil\deliverFile(), ilUtil\ilTempnam(), and ilUtil\makeDir().
ilPageLayoutAdministrationGUI::importPageLayout | ( | ) |
Import page layout.
Definition at line 501 of file class.ilPageLayoutAdministrationGUI.php.
References $form, ilPageLayout\import(), and initPageLayoutImportForm().
ilPageLayoutAdministrationGUI::importPageLayoutForm | ( | ) |
Import page layout.
Definition at line 469 of file class.ilPageLayoutAdministrationGUI.php.
References $form, and initPageLayoutImportForm().
ilPageLayoutAdministrationGUI::initAddPageLayoutForm | ( | ) |
Definition at line 261 of file class.ilPageLayoutAdministrationGUI.php.
References $key, PHPMailer\PHPMailer\$options, $si, 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 478 of file class.ilPageLayoutAdministrationGUI.php.
References $form, and ilFileInputGUI\setSuffixes().
Referenced by importPageLayout(), and importPageLayoutForm().
ilPageLayoutAdministrationGUI::listLayouts | ( | ) |
view list of page layouts
Definition at line 142 of file class.ilPageLayoutAdministrationGUI.php.
References checkPermission().
Referenced by cancelCreate().
ilPageLayoutAdministrationGUI::savePageLayoutTypes | ( | ) |
|
protected |
Definition at line 18 of file class.ilPageLayoutAdministrationGUI.php.
Referenced by savePageLayoutTypes().
|
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.