ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Abstract parent class for all advanced md claiming plugin classes. More...
Public Member Functions | |
checkPermission (int $a_user_id, int $a_context_type, int $a_context_id, int $a_action_id, int $a_action_sub_id) | |
![]() | |
getMessage () | |
__construct (\ilDBInterface $db, \ilComponentRepositoryWrite $component_repository, string $id) | |
getPluginName () | |
getId () | |
getVersion () | |
Only very little classes seem to care about this: More... | |
getDirectory () | |
Only very little classes seem to care about this: More... | |
isActive () | |
Only very little classes seem to care about this: More... | |
needsUpdate () | |
install () | |
uninstall () | |
activate () | |
This will update (if required) and activate the plugin. More... | |
deactivate () | |
update () | |
loadLanguageModule () | |
Load language module for plugin. More... | |
txt (string $a_var) | |
Get Language Variable (prefix will be prepended automatically) More... | |
getTemplate (string $a_template, bool $a_par1=true, bool $a_par2=true) | |
@deprecate ILIAS is moving towards UI components and plugins are expected to use these components. More... | |
getStyleSheetLocation (string $a_css_file) | |
@deprecate ILIAS is moving towards UI components and plugins are expected to use these components. More... | |
addBlockFile ($a_tpl, $a_var, $a_block, $a_tplname) | |
@deprecate ILIAS is moving towards UI components and plugins are expected to use these components. More... | |
getGlobalScreenProviderCollection () | |
exchangeUIRendererAfterInitialization (\ILIAS\DI\Container $dic) | |
This methods allows to replace the UI Renderer (see src/UI) of ILIAS after initialization by returning a closure returning a custom renderer. More... | |
exchangeUIFactoryAfterInitialization (string $dic_key, \ILIAS\DI\Container $dic) | |
This methods allows to replace some factory for UI Components (see src/UI) of ILIAS after initialization by returning a closure returning a custom factory. More... | |
Static Public Member Functions | |
static | hasDBRecord (int $a_record_id) |
static | createDBRecord (string $a_title, string $a_description, bool $a_active, array $a_obj_types) |
static | updateDBRecord (int $a_record_id, string $a_title, string $a_description, bool $a_active, array $a_obj_types) |
Update record db entry. More... | |
static | deleteDBRecord (int $a_record_id) |
static | hasDBField (int $a_field_id) |
static | createDBField (int $a_record_id, int $a_type, string $a_title, ?string $a_description=null, bool $a_searchable=false, ?array $a_definition=null) |
static | updateDBField (int $a_field_id, string $a_title, ?string $a_description=null, bool $a_searchable=false, ?array $a_definition=null) |
static | deleteDBField (int $a_field_id) |
static | setDBSubstitution (string $a_obj_type, bool $a_show_description, bool $a_show_field_names) |
static | hasDBFieldSubstitution (string $a_obj_type, int $a_field_id) |
static | setDBFieldSubstitution (string $a_obj_type, int $a_field_id, bool $a_bold=false, bool $a_newline=false) |
static | removeDBFieldSubstitution (string $a_obj_type, int $a_field_id) |
Static Protected Member Functions | |
static | isValidObjType (string $a_obj_type, bool $a_is_substitution=false) |
Validate object type. More... | |
static | saveRecordObjTypes (int $a_record_id, array $a_obj_types) |
Save object type assignments for record. More... | |
static | getDBFieldLastPosition (int $a_record_id) |
static | getDBSubstitution (string $a_obj_type, bool $a_include_field_data=false) |
Additional Inherited Members | |
![]() | |
init () | |
Object initialization. More... | |
getPluginInfo () | |
getComponentInfo () | |
getPluginSlotInfo () | |
afterInstall () | |
@deprecate If you cannot get rid of the requirement to use this, adjust the install method in your subclass instead. More... | |
beforeUninstall () | |
@deprecate If you cannot get rid of the requirement to use this, adjust the uninstall method in your subclass instead. More... | |
afterUninstall () | |
@deprecate If you cannot get rid of the requirement to use this, adjust the uninstall method in your subclass instead. More... | |
beforeActivation () | |
@deprecate If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead. More... | |
afterActivation () | |
@deprecate If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead. More... | |
afterDeactivation () | |
@deprecate If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead. More... | |
updateDatabase () | |
beforeUpdate () | |
@deprecate If you cannot get rid of the requirement to use this, adjust the update method in your subclass instead. More... | |
afterUpdate () | |
getLanguageHandler () | |
buildLanguageHandler () | |
![]() | |
ilDBInterface | $db |
ilComponentRepositoryWrite | $component_repository |
string | $id |
ilPluginLanguage | $language_handler = null |
bool | $lang_initialised = false |
ProviderCollection | $provider_collection |
string | $message = '' |
Abstract parent class for all advanced md claiming plugin classes.
Definition at line 26 of file class.ilAdvancedMDClaimingPlugin.php.
|
abstract |
|
static |
Definition at line 211 of file class.ilAdvancedMDClaimingPlugin.php.
|
static |
string | $a_title | |
string | $a_description | |
bool | $a_active | |
string[] | $a_obj_types |
Definition at line 53 of file class.ilAdvancedMDClaimingPlugin.php.
|
static |
Definition at line 324 of file class.ilAdvancedMDClaimingPlugin.php.
|
static |
Definition at line 166 of file class.ilAdvancedMDClaimingPlugin.php.
|
staticprotected |
Definition at line 194 of file class.ilAdvancedMDClaimingPlugin.php.
|
staticprotected |
Definition at line 339 of file class.ilAdvancedMDClaimingPlugin.php.
|
static |
Definition at line 181 of file class.ilAdvancedMDClaimingPlugin.php.
|
static |
Definition at line 400 of file class.ilAdvancedMDClaimingPlugin.php.
|
static |
Definition at line 36 of file class.ilAdvancedMDClaimingPlugin.php.
|
staticprotected |
Validate object type.
Definition at line 81 of file class.ilAdvancedMDClaimingPlugin.php.
References $valid.
|
static |
Definition at line 462 of file class.ilAdvancedMDClaimingPlugin.php.
|
staticprotected |
Save object type assignments for record.
int | $a_record_id | |
string[] | $a_obj_types |
Definition at line 99 of file class.ilAdvancedMDClaimingPlugin.php.
|
static |
Definition at line 414 of file class.ilAdvancedMDClaimingPlugin.php.
References $ilDB.
|
static |
Definition at line 364 of file class.ilAdvancedMDClaimingPlugin.php.
References $ilDB.
|
static |
Definition at line 292 of file class.ilAdvancedMDClaimingPlugin.php.
References $ilDB.
|
static |
Update record db entry.
int | $a_record_id | |
string | $a_title | |
string | $a_description | |
bool | $a_active | |
string[] | $a_obj_types |
Definition at line 133 of file class.ilAdvancedMDClaimingPlugin.php.
References $ilDB.