|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Administration for page layouts. More...
Collaboration diagram for ilPageLayoutAdministrationGUI: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().
Here is the call graph for this function:| ilPageLayoutAdministrationGUI::activate | ( | $a_activate = true | ) |
Activate layout.
| bool | $a_activate |
Definition at line 169 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST, ilUtil\sendInfo(), and ilUtil\sendSuccess().
Referenced by deactivate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPageLayoutAdministrationGUI::addPageLayout | ( | $a_form = null | ) |
| null | ilPropertyFormGUI | $a_form |
Definition at line 249 of file class.ilPageLayoutAdministrationGUI.php.
References initAddPageLayoutForm().
Referenced by createPg().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPageLayoutAdministrationGUI::cancelCreate | ( | ) |
Cancel creation.
Definition at line 379 of file class.ilPageLayoutAdministrationGUI.php.
References listLayouts().
Here is the call graph for this function:| ilPageLayoutAdministrationGUI::cancelDeletePg | ( | ) |
cancel deletion of Page Layout
Definition at line 227 of file class.ilPageLayoutAdministrationGUI.php.
References ilUtil\sendInfo().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| ilPageLayoutAdministrationGUI::deactivate | ( | ) |
Deactivate layout.
Definition at line 186 of file class.ilPageLayoutAdministrationGUI.php.
References activate().
Here is the call graph for this function:| ilPageLayoutAdministrationGUI::deletePgl | ( | ) |
display deletion confirmation screen
Definition at line 194 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST, $id, data, ilUtil\getImageTagByType(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilPageLayoutAdministrationGUI::editPg | ( | ) |
Edit page.
Definition at line 387 of file class.ilPageLayoutAdministrationGUI.php.
References checkPermission(), and executeCommand().
Here is the call graph for this function:| ilPageLayoutAdministrationGUI::executeCommand | ( | ) |
Execute command.
Definition at line 74 of file class.ilPageLayoutAdministrationGUI.php.
References $_GET, $ret, and checkPermission().
Referenced by editPg().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| ilPageLayoutAdministrationGUI::importPageLayout | ( | ) |
Import page layout.
Definition at line 501 of file class.ilPageLayoutAdministrationGUI.php.
References $form, ilPageLayout\import(), initPageLayoutImportForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilPageLayoutAdministrationGUI::importPageLayoutForm | ( | ) |
Import page layout.
Definition at line 469 of file class.ilPageLayoutAdministrationGUI.php.
References $form, and initPageLayoutImportForm().
Here is the call graph for this function:| ilPageLayoutAdministrationGUI::initAddPageLayoutForm | ( | ) |
Definition at line 261 of file class.ilPageLayoutAdministrationGUI.php.
References $key, $options, $si, ilPageLayout\getAvailableModules(), and ilPageLayout\getLayouts().
Referenced by addPageLayout(), and createPg().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPageLayoutAdministrationGUI::initPageLayoutImportForm | ( | ) |
Init page layout import form.
Definition at line 478 of file class.ilPageLayoutAdministrationGUI.php.
References $form.
Referenced by importPageLayout(), and importPageLayoutForm().
Here is the caller graph for this function:| ilPageLayoutAdministrationGUI::listLayouts | ( | ) |
view list of page layouts
Definition at line 142 of file class.ilPageLayoutAdministrationGUI.php.
References checkPermission().
Referenced by cancelCreate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPageLayoutAdministrationGUI::savePageLayoutTypes | ( | ) |
Save page layout types.
Definition at line 399 of file class.ilPageLayoutAdministrationGUI.php.
References $_POST, $ctrl, $id, $ilCtrl, $l, $lng, $t, and ilUtil\sendSuccess().
Here is the call graph for this function:
|
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.