|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\COPage\PC\PCDefinition:
Collaboration diagram for ILIAS\COPage\PC\PCDefinition:Public Member Functions | |
| __construct () | |
| getRecords () | |
| getPCDefinitions () | |
| getPCDefinitionByType (string $a_pc_type) | |
| Get PC definition by type. More... | |
| getPCDefinitionByName (string $a_pc_name) | |
| Get PC definition by name. More... | |
| getPCDefinitionByGUIClassName (string $a_gui_class_name) | |
| Get PC definition by name. More... | |
| isPCGUIClassName (string $a_class_name, bool $a_lower_case=false) | |
| getPCEditorInstanceByName (string $a_name) | |
| Get instance. More... | |
| getPCModelProviderByName (string $a_name) | |
Protected Member Functions | |
| init () | |
Protected Attributes | |
| ilDBInterface | $db |
| array | $pc_def = [] |
| array | $pc_def_by_name = [] |
| array | $pc_gui_classes = array() |
| array | $pc_gui_classes_lc = array() |
| array | $pc_def_by_gui_class_cl = array() |
Definition at line 26 of file class.PCDefinition.php.
| ILIAS\COPage\PC\PCDefinition::__construct | ( | ) |
Definition at line 35 of file class.PCDefinition.php.
References $DIC.
| ILIAS\COPage\PC\PCDefinition::getPCDefinitionByGUIClassName | ( | string | $a_gui_class_name | ) |
Get PC definition by name.
Definition at line 93 of file class.PCDefinition.php.
| ILIAS\COPage\PC\PCDefinition::getPCDefinitionByName | ( | string | $a_pc_name | ) |
Get PC definition by name.
Definition at line 83 of file class.PCDefinition.php.
| ILIAS\COPage\PC\PCDefinition::getPCDefinitionByType | ( | string | $a_pc_type | ) |
Get PC definition by type.
Definition at line 74 of file class.PCDefinition.php.
References ILIAS\COPage\PC\PCDefinition\init().
Here is the call graph for this function:| ILIAS\COPage\PC\PCDefinition::getPCDefinitions | ( | ) |
Definition at line 65 of file class.PCDefinition.php.
References ILIAS\COPage\PC\PCDefinition\$pc_def, and ILIAS\COPage\PC\PCDefinition\init().
Here is the call graph for this function:| ILIAS\COPage\PC\PCDefinition::getPCEditorInstanceByName | ( | string | $a_name | ) |
Get instance.
Definition at line 116 of file class.PCDefinition.php.
| ILIAS\COPage\PC\PCDefinition::getPCModelProviderByName | ( | string | $a_name | ) |
Definition at line 128 of file class.PCDefinition.php.
| ILIAS\COPage\PC\PCDefinition::getRecords | ( | ) |
Reimplemented in ilUnitTestPCDefinition.
Definition at line 42 of file class.PCDefinition.php.
References ILIAS\COPage\PC\PCDefinition\$db, ilDBInterface\fetchAll(), and ilDBInterface\query().
Referenced by ILIAS\COPage\PC\PCDefinition\init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 49 of file class.PCDefinition.php.
References ILIAS\COPage\PC\PCDefinition\$db, and ILIAS\COPage\PC\PCDefinition\getRecords().
Referenced by ILIAS\COPage\PC\PCDefinition\getPCDefinitionByType(), and ILIAS\COPage\PC\PCDefinition\getPCDefinitions().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\COPage\PC\PCDefinition::isPCGUIClassName | ( | string | $a_class_name, |
| bool | $a_lower_case = false |
||
| ) |
Definition at line 101 of file class.PCDefinition.php.
|
protected |
Definition at line 28 of file class.PCDefinition.php.
Referenced by ILIAS\COPage\PC\PCDefinition\getRecords(), and ILIAS\COPage\PC\PCDefinition\init().
|
protected |
Definition at line 29 of file class.PCDefinition.php.
Referenced by ILIAS\COPage\PC\PCDefinition\getPCDefinitions().
|
protected |
Definition at line 33 of file class.PCDefinition.php.
|
protected |
Definition at line 30 of file class.PCDefinition.php.
|
protected |
Definition at line 31 of file class.PCDefinition.php.
|
protected |
Definition at line 32 of file class.PCDefinition.php.