|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
COPage PC elements definition handler. More...
Collaboration diagram for ilCOPagePCDef:Static Public Member Functions | |
| static | init () |
| Init. More... | |
| static | getPCDefinitions () |
| Get PC definitions. More... | |
| static | getPCDefinitionByType ($a_pc_type) |
| Get PC definition by type. More... | |
| static | getPCDefinitionByName ($a_pc_name) |
| Get PC definition by name. More... | |
| static | getPCDefinitionByGUIClassName ($a_gui_class_name) |
| Get PC definition by name. More... | |
| static | requirePCClassByName ($a_name) |
| Get instance. More... | |
| static | requirePCGUIClassByName ($a_name) |
| Get instance. More... | |
| static | isPCGUIClassName ($a_class_name, $a_lower_case=false) |
| Is given class name a pc gui class? More... | |
Static Public Attributes | |
| static | $pc_def = null |
| static | $pc_def_by_name = null |
| static | $pc_gui_classes = array() |
| static | $pc_gui_classes_lc = array() |
| static | $pc_def_by_gui_class_cl = array() |
COPage PC elements definition handler.
Definition at line 12 of file class.ilCOPagePCDef.php.
|
static |
Get PC definition by name.
| string | name |
Definition at line 89 of file class.ilCOPagePCDef.php.
References init().
Referenced by ilPageEditorGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get PC definition by name.
| string | name |
Definition at line 77 of file class.ilCOPagePCDef.php.
References init().
Referenced by ilPageObject\getContentObject(), requirePCClassByName(), and requirePCGUIClassByName().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get PC definition by type.
| string | type |
Definition at line 65 of file class.ilCOPagePCDef.php.
References init().
Referenced by ilPageEditorGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get PC definitions.
return
Definition at line 53 of file class.ilCOPagePCDef.php.
References $pc_def, and init().
Referenced by ilPageObject\__afterHistoryEntry(), ilPageObject\__afterUpdate(), ilPageObject\__beforeDelete(), ilPageConfig\__construct(), ilPCTableGUI\_renderTable(), ilPageObject\getLanguageVariablesXML(), ilPageObject\handleCopiedContent(), and ilPageObjectGUI\showPage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Init.
return
Definition at line 26 of file class.ilCOPagePCDef.php.
References $DIC.
Referenced by getPCDefinitionByGUIClassName(), getPCDefinitionByName(), getPCDefinitionByType(), and getPCDefinitions().
Here is the caller graph for this function:
|
static |
Is given class name a pc gui class?
return
Definition at line 130 of file class.ilCOPagePCDef.php.
Referenced by ilPageEditorGUI\executeCommand().
Here is the caller graph for this function:
|
static |
Get instance.
return
Definition at line 102 of file class.ilCOPagePCDef.php.
References $pc_def, and getPCDefinitionByName().
Referenced by ilPageObject\__afterHistoryEntry(), ilPageObject\__afterUpdate(), ilPageObject\__beforeDelete(), ilPCTableGUI\_renderTable(), ilPageObject\getLanguageVariablesXML(), ilPageObject\handleCopiedContent(), and ilPageObjectGUI\showPage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get instance.
return
Definition at line 116 of file class.ilCOPagePCDef.php.
References $pc_def, and getPCDefinitionByName().
Referenced by ilPageEditorGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 14 of file class.ilCOPagePCDef.php.
Referenced by getPCDefinitions(), requirePCClassByName(), and requirePCGUIClassByName().
|
static |
Definition at line 18 of file class.ilCOPagePCDef.php.
|
static |
Definition at line 15 of file class.ilCOPagePCDef.php.
|
static |
Definition at line 16 of file class.ilCOPagePCDef.php.
|
static |
Definition at line 17 of file class.ilCOPagePCDef.php.