ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
install () | |
getStorageLocation () | |
![]() | |
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) | |
ILIAS is moving towards UI components and plugins are expected to use these components. More... | |
getStyleSheetLocation (string $a_css_file) | |
ILIAS is moving towards UI components and plugins are expected to use these components. More... | |
addBlockFile ($a_tpl, $a_var, $a_block, $a_tplname) | |
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 | getDataType (string $plugin_id) |
static | getPluginId (string $datatype) |
static | isPluginDatatype (string $datatype) |
Data Fields | |
const | DB_TYPES = ['text', 'text', 'integer', 'date'] |
const | COMPONENT_NAME = "DataCollection" |
const | SLOT_ID = "dclfth" |
const | PLUGIN_SLOT_PREFIX = 'plugin_fth_' |
Additional Inherited Members | |
![]() | |
init () | |
Object initialization. More... | |
getPluginInfo () | |
getComponentInfo () | |
getPluginSlotInfo () | |
afterInstall () | |
If you cannot get rid of the requirement to use this, adjust the install method in your subclass instead. More... | |
beforeUninstall () | |
If you cannot get rid of the requirement to use this, adjust the uninstall method in your subclass instead. More... | |
afterUninstall () | |
If you cannot get rid of the requirement to use this, adjust the uninstall method in your subclass instead. More... | |
beforeActivation () | |
If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead. More... | |
afterActivation () | |
If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead. More... | |
afterDeactivation () | |
If you cannot get rid of the requirement to use this, adjust the activate method in your subclass instead. More... | |
updateDatabase () | |
beforeUpdate () | |
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 = '' |
Definition at line 21 of file class.ilDclFieldTypePlugin.php.
|
static |
Definition at line 61 of file class.ilDclFieldTypePlugin.php.
Referenced by ilDataCollectionDBUpdateSteps9\step_16().
|
static |
Definition at line 66 of file class.ilDclFieldTypePlugin.php.
Referenced by ilDclDatatype\getAllDatatype(), ilDclFieldFactory\getClassPathByInstance(), ilDclFieldFactory\getFieldTypeByInstance(), ilDclPluginFieldModel\getPresentationDescription(), and ilDclPluginFieldModel\getPresentationTitle().
ilDclFieldTypePlugin::getStorageLocation | ( | ) |
Definition at line 56 of file class.ilDclFieldTypePlugin.php.
Referenced by install().
ilDclFieldTypePlugin::install | ( | ) |
Definition at line 28 of file class.ilDclFieldTypePlugin.php.
References ilDclDatatype\getAllDatatype(), ilPlugin\getId(), ilPlugin\getPluginName(), getStorageLocation(), PLUGIN_SLOT_PREFIX, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
|
static |
Definition at line 74 of file class.ilDclFieldTypePlugin.php.
Referenced by ilDclDatatype\getAllDatatype(), ilDclFieldFactory\getClassPathByInstance(), ilDclFieldFactory\getFieldTypeByInstance(), and ilDataCollectionDataSet\getXmlNamespace().
const ilDclFieldTypePlugin::COMPONENT_NAME = "DataCollection" |
Definition at line 24 of file class.ilDclFieldTypePlugin.php.
const ilDclFieldTypePlugin::DB_TYPES = ['text', 'text', 'integer', 'date'] |
Definition at line 23 of file class.ilDclFieldTypePlugin.php.
Referenced by ilDataCollectionDBUpdateSteps9\step_16().
const ilDclFieldTypePlugin::PLUGIN_SLOT_PREFIX = 'plugin_fth_' |
Definition at line 26 of file class.ilDclFieldTypePlugin.php.
Referenced by install().
const ilDclFieldTypePlugin::SLOT_ID = "dclfth" |
Definition at line 25 of file class.ilDclFieldTypePlugin.php.
Referenced by ilDclPluginFieldRepresentation\buildFieldCreationInput(), and ilDataCollectionDBUpdateSteps9\step_16().