ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 171 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 251 of file class.ilPageLayoutAdministrationGUI.php.
References initAddPageLayoutForm().
Referenced by createPg().
ilPageLayoutAdministrationGUI::cancelCreate | ( | ) |
Cancel creation.
Definition at line 381 of file class.ilPageLayoutAdministrationGUI.php.
References listLayouts().
ilPageLayoutAdministrationGUI::cancelDeletePg | ( | ) |
cancel deletion of Page Layout
Definition at line 229 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 129 of file class.ilPageLayoutAdministrationGUI.php.
Referenced by editPg(), executeCommand(), and listLayouts().
ilPageLayoutAdministrationGUI::confirmedDeletePg | ( | ) |
conform deletion of Page Layout
Definition at line 238 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST.
ilPageLayoutAdministrationGUI::createPg | ( | ) |
Definition at line 339 of file class.ilPageLayoutAdministrationGUI.php.
References addPageLayout(), and initAddPageLayoutForm().
ilPageLayoutAdministrationGUI::deactivate | ( | ) |
Deactivate layout.
Definition at line 188 of file class.ilPageLayoutAdministrationGUI.php.
References activate().
ilPageLayoutAdministrationGUI::deletePgl | ( | ) |
display deletion confirmation screen
Definition at line 196 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST, ilUtil\getImageTagByType(), and ilUtil\sendFailure().
ilPageLayoutAdministrationGUI::editPg | ( | ) |
Edit page.
Definition at line 389 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 433 of file class.ilPageLayoutAdministrationGUI.php.
References $_GET, ilUtil\deliverFile(), ilUtil\ilTempnam(), and ilUtil\makeDir().
ilPageLayoutAdministrationGUI::importPageLayout | ( | ) |
Import page layout.
Definition at line 503 of file class.ilPageLayoutAdministrationGUI.php.
References ilPageLayout\import(), and initPageLayoutImportForm().
ilPageLayoutAdministrationGUI::importPageLayoutForm | ( | ) |
Import page layout.
Definition at line 471 of file class.ilPageLayoutAdministrationGUI.php.
References initPageLayoutImportForm().
ilPageLayoutAdministrationGUI::initAddPageLayoutForm | ( | ) |
Definition at line 263 of file class.ilPageLayoutAdministrationGUI.php.
References $si, ilPageLayout\getAvailableModules(), ilPageLayout\getLayouts(), and ilTextAreaInputGUI\setValue().
Referenced by addPageLayout(), and createPg().
ilPageLayoutAdministrationGUI::initPageLayoutImportForm | ( | ) |
Init page layout import form.
Definition at line 480 of file class.ilPageLayoutAdministrationGUI.php.
References ilFileInputGUI\setSuffixes().
Referenced by importPageLayout(), and importPageLayoutForm().
ilPageLayoutAdministrationGUI::listLayouts | ( | ) |
view list of page layouts
Definition at line 144 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.