| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Administration for page layouts. More...
 Collaboration diagram for ilPageLayoutAdministrationGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| checkPermission (string $a_perm, bool $a_throw_exc=true) | |
| Check permission.  More... | |
| listLayouts () | |
| activate (bool $a_activate=true) | |
| deactivate () | |
| deletePgl () | |
| display deletion confirmation screen  More... | |
| cancelDeletePg () | |
| cancel deletion of Page Layout  More... | |
| confirmedDeletePg () | |
| conform deletion of Page Layout  More... | |
| addPageLayout (ilPropertyFormGUI $a_form=null) | |
| initAddPageLayoutForm () | |
| createPg () | |
| cancelCreate () | |
| editPg () | |
| 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 | |
| AdministrationGUIRequest | $admin_request | 
| int | $pg_id = null | 
| ilContentStyleSettings | $settings | 
| ilTabsGUI | $tabs | 
| ilPageLayoutPage | $pg_content | 
| ilCtrl | $ctrl | 
| ilRbacSystem | $rbacsystem | 
| ilToolbarGUI | $toolbar | 
| ilLanguage | $lng | 
| ilGlobalTemplateInterface | $tpl | 
| ILIAS DI Container | $DIC | 
| int | $ref_id | 
Administration for page layouts.
Definition at line 28 of file class.ilPageLayoutAdministrationGUI.php.
| ilPageLayoutAdministrationGUI::__construct | ( | ) | 
Definition at line 43 of file class.ilPageLayoutAdministrationGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\settings(), ILIAS\Repository\tabs(), and ILIAS\Repository\toolbar().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::activate | ( | bool | $a_activate = true | ) | 
Definition at line 151 of file class.ilPageLayoutAdministrationGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by deactivate().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilPageLayoutAdministrationGUI::addPageLayout | ( | ilPropertyFormGUI | $a_form = null | ) | 
Definition at line 227 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 | ( | ) | 
Definition at line 336 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 207 of file class.ilPageLayoutAdministrationGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::checkPermission | ( | string | $a_perm, | 
| bool | $a_throw_exc = true  | 
        ||
| ) | 
Check permission.
| ilObjectException | 
Definition at line 117 of file class.ilPageLayoutAdministrationGUI.php.
References ILIAS\Repository\lng().
Referenced by editPg(), executeCommand(), and listLayouts().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilPageLayoutAdministrationGUI::confirmedDeletePg | ( | ) | 
conform deletion of Page Layout
Definition at line 216 of file class.ilPageLayoutAdministrationGUI.php.
References $id, and ILIAS\Repository\ctrl().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::createPg | ( | ) | 
Definition at line 302 of file class.ilPageLayoutAdministrationGUI.php.
References addPageLayout(), ILIAS\Repository\ctrl(), and initAddPageLayoutForm().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::deactivate | ( | ) | 
Definition at line 167 of file class.ilPageLayoutAdministrationGUI.php.
References activate().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::deletePgl | ( | ) | 
display deletion confirmation screen
Definition at line 175 of file class.ilPageLayoutAdministrationGUI.php.
References $id, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::editPg | ( | ) | 
Definition at line 341 of file class.ilPageLayoutAdministrationGUI.php.
References checkPermission(), ILIAS\Repository\ctrl(), and executeCommand().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::executeCommand | ( | ) | 
Definition at line 65 of file class.ilPageLayoutAdministrationGUI.php.
References checkPermission(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilPageLayoutGUI\setTabs(), and ILIAS\Repository\tabs().
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 354 of file class.ilPageLayoutAdministrationGUI.php.
References ilFileDelivery\deliverFileLegacy(), ilFileUtils\ilTempnam(), and ilFileUtils\makeDir().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::importPageLayout | ( | ) | 
Import page layout.
Definition at line 421 of file class.ilPageLayoutAdministrationGUI.php.
References ILIAS\Repository\ctrl(), ilPageLayout\import(), initPageLayoutImportForm(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::importPageLayoutForm | ( | ) | 
Import page layout.
Definition at line 390 of file class.ilPageLayoutAdministrationGUI.php.
References initPageLayoutImportForm().
 Here is the call graph for this function:| ilPageLayoutAdministrationGUI::initAddPageLayoutForm | ( | ) | 
Definition at line 235 of file class.ilPageLayoutAdministrationGUI.php.
References ILIAS\Repository\ctrl(), ilPageLayout\getAvailableModules(), ilPageLayout\getLayouts(), ILIAS\Repository\lng(), and ilTextAreaInputGUI\setRows().
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 399 of file class.ilPageLayoutAdministrationGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilFileInputGUI\setSuffixes().
Referenced by importPageLayout(), and importPageLayoutForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilPageLayoutAdministrationGUI::listLayouts | ( | ) | 
Definition at line 130 of file class.ilPageLayoutAdministrationGUI.php.
References checkPermission(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by cancelCreate().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 30 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 40 of file class.ilPageLayoutAdministrationGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 38 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 34 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 31 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 36 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 41 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 32 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 33 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 37 of file class.ilPageLayoutAdministrationGUI.php.
      
  | 
  protected | 
Definition at line 39 of file class.ilPageLayoutAdministrationGUI.php.