| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilPCContentIncludeGUI:
 Collaboration diagram for ilPCContentIncludeGUI:Public Member Functions | |
| __construct (ilPageObject $a_pg_obj, ?ilPageContent $a_content_obj, string $a_hier_id, string $a_pc_id="") | |
| executeCommand () | |
| insert () | |
| Insert new resources component form.  More... | |
| insertFromPool () | |
| Insert page snippet from media pool.  More... | |
| poolSelection () | |
| Pool Selection.  More... | |
| create () | |
| create new content include in dom and update page in db  More... | |
| selectPool () | |
| Select concrete pool.  More... | |
  Public Member Functions inherited from ilPageContentGUI | |
| __construct (ilPageObject $a_pg_obj, ?ilPageContent $a_content_obj, string $a_hier_id="", string $a_pc_id="0") | |
| setContentObject (ilPageContent $a_val) | |
| getContentObject () | |
| setPage (ilPageObject $a_val) | |
| getPage () | |
| setPageConfig (ilPageConfig $a_val) | |
| getPageConfig () | |
| setStyleId (int $a_styleid) | |
| getStyleId () | |
| getStyle () | |
| getCharacteristicsOfCurrentStyle (array $a_type) | |
| Get characteristics of current style and call setCharacteristics, if style is given.  More... | |
| setCharacteristics (array $a_chars) | |
| getCharacteristics () | |
| getHierId () | |
| setHierId (string $a_hier_id) | |
| set hierarchical id in dom object  More... | |
| delete () | |
| displayValidationError () | |
| cancelCreate () | |
| cancel creating page content  More... | |
| cancelUpdate () | |
| cancel update  More... | |
| cancel () | |
| Cancel.  More... | |
| deactivate () | |
| gui function set enabled if is not enabled and vice versa  More... | |
| cut () | |
| Cut single element.  More... | |
| copy () | |
| Copy single element.  More... | |
| getTemplateOptions (string $a_type="") | |
| Get table templates.  More... | |
Protected Attributes | |
| ilAccessHandler | $access | 
| ilTabsGUI | $tabs | 
  Protected Attributes inherited from ilPageContentGUI | |
| ILIAS COPage Editor GUIService | $editor_gui | 
| ILIAS COPage InternalGUIService | $gui | 
| EditSessionRepository | $edit_repo | 
| string | $pc_id = "" | 
| array | $chars | 
| ilObjStyleSheet | $style = null | 
| ilLogger | $log | 
| int | $styleid = 0 | 
| EditGUIRequest | $request | 
| string | $sub_command = "" | 
| int | $requested_ref_id = 0 | 
| ILIAS GlobalScreen ScreenContext ContextServices | $tool_context | 
| Style Content CharacteristicManager | $char_manager | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ilPageContentGUI | |
| static | _getCommonBBButtons () | 
  Data Fields inherited from ilPageContentGUI | |
| ilPageContent | $content_obj | 
| ilGlobalTemplateInterface | $tpl | 
| ilLanguage | $lng | 
| ilCtrl | $ctrl | 
| ilPageObject | $pg_obj | 
| string | $hier_id = "" | 
| DOMDocument | $dom | 
| $updated | |
| string | $target_script = "" | 
| string | $return_location = "" | 
| ilPageConfig | $page_config = null | 
  Static Public Attributes inherited from ilPageContentGUI | |
| static string | $style_selector_reset = "margin-top:2px; margin-bottom:2px; text-indent:0px; position:static; float:none; width: auto;" | 
  Protected Member Functions inherited from ilPageContentGUI | |
| redirectToParent (string $hier_id="") | |
| getParentReturn (string $hier_id="") | |
| updateAndReturn () | |
| setCurrentTextLang (string $lang_key) | |
| getCurrentTextLang () | |
| setEditorToolContext () | |
| initEditor () | |
| getEditorScriptTag (string $form_pc_id="", string $form_cname="") | |
  Static Protected Attributes inherited from ilPageContentGUI | |
| static array | $common_bb_buttons | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilPCContentIncludeGUI User Interface for Content Includes (Snippets) Editing
Definition at line 25 of file class.ilPCContentIncludeGUI.php.
| ilPCContentIncludeGUI::__construct | ( | ilPageObject | $a_pg_obj, | 
| ?ilPageContent | $a_content_obj, | ||
| string | $a_hier_id, | ||
| string | $a_pc_id = ""  | 
        ||
| ) | 
Definition at line 31 of file class.ilPCContentIncludeGUI.php.
References $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
 Here is the call graph for this function:| ilPCContentIncludeGUI::create | ( | ) | 
create new content include in dom and update page in db
Definition at line 149 of file class.ilPCContentIncludeGUI.php.
References ilPageContentGUI\$pc_id, ILIAS\Repository\ctrl(), ilPageContentGUI\getPage(), and insert().
 Here is the call graph for this function:| ilPCContentIncludeGUI::executeCommand | ( | ) | 
Definition at line 47 of file class.ilPCContentIncludeGUI.php.
References ILIAS\Repository\ctrl().
 Here is the call graph for this function:| ilPCContentIncludeGUI::insert | ( | ) | 
Insert new resources component form.
Definition at line 65 of file class.ilPCContentIncludeGUI.php.
References insertFromPool(), poolSelection(), and selectPool().
Referenced by create().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilPCContentIncludeGUI::insertFromPool | ( | ) | 
Insert page snippet from media pool.
Definition at line 85 of file class.ilPCContentIncludeGUI.php.
References $access, ilPageContentGUI\$ctrl, ilPageContentGUI\$lng, ilPageContentGUI\$tpl, ilObject\_lookupObjId(), ilObject\_lookupType(), ilMediaPoolTableGUI\IL_MEP_SELECT_CONTENT, poolSelection(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Referenced by insert().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilPCContentIncludeGUI::poolSelection | ( | ) | 
Pool Selection.
Definition at line 129 of file class.ilPCContentIncludeGUI.php.
References ilPageContentGUI\$ctrl, ilPageContentGUI\$tpl, ilGlobalTemplateInterface\setContent(), and ilCtrl\setParameter().
Referenced by insert(), and insertFromPool().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilPCContentIncludeGUI::selectPool | ( | ) | 
Select concrete pool.
Definition at line 176 of file class.ilPCContentIncludeGUI.php.
References ilPageContentGUI\$ctrl, and ilCtrl\setParameter().
Referenced by insert().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 27 of file class.ilPCContentIncludeGUI.php.
Referenced by insertFromPool().
      
  | 
  protected | 
Definition at line 28 of file class.ilPCContentIncludeGUI.php.