ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Abstract parent class for all calendar custom modals plugin classes. More...
Public Member Functions | |
setAppointment (ilCalendarEntry $a_appointment, ilDateTime $a_start_date) | |
getAppointment () | |
getStartDate () | |
This is the date of the calendar entry, it's not the appointment start date. More... | |
replaceContent () | |
Replace the content inside the modal. More... | |
addExtraContent () | |
Add content after the Infoscreen. More... | |
infoscreenAddContent (ilInfoScreenGUI $a_info) | |
Add elements in the infoscreen. More... | |
toolbarAddItems (ilToolbarGUI $a_toolbar) | |
Add elements in the toolbar. More... | |
toolbarReplaceContent () | |
Replace the toolbar for another one. More... | |
editModalTitle (string $current_title) | |
![]() | |
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... | |
Protected Attributes | |
ilCalendarEntry | $appointment |
ilDateTime | $start_date |
![]() | |
ilDBInterface | $db |
ilComponentRepositoryWrite | $component_repository |
string | $id |
ilPluginLanguage | $language_handler = null |
bool | $lang_initialised = false |
ProviderCollection | $provider_collection |
string | $message = '' |
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 () | |
Abstract parent class for all calendar custom modals plugin classes.
Definition at line 26 of file class.ilAppointmentCustomModalPlugin.php.
|
abstract |
Add content after the Infoscreen.
Referenced by getStartDate().
|
abstract |
ilAppointmentCustomModalPlugin::getAppointment | ( | ) |
Definition at line 37 of file class.ilAppointmentCustomModalPlugin.php.
References $appointment.
ilAppointmentCustomModalPlugin::getStartDate | ( | ) |
This is the date of the calendar entry, it's not the appointment start date.
This is important because an appointment can be recursive (e.g. 11 july, 12 july, 13, july) The appointment start date is always 11 July but for an entry it can be 11,12 or 13) When routing it is used to set up the parameter "dt"
Definition at line 48 of file class.ilAppointmentCustomModalPlugin.php.
References $start_date, addExtraContent(), editModalTitle(), infoscreenAddContent(), replaceContent(), toolbarAddItems(), and toolbarReplaceContent().
|
abstract |
Add elements in the infoscreen.
Referenced by getStartDate().
|
abstract |
Replace the content inside the modal.
Referenced by getStartDate().
ilAppointmentCustomModalPlugin::setAppointment | ( | ilCalendarEntry | $a_appointment, |
ilDateTime | $a_start_date | ||
) |
Definition at line 31 of file class.ilAppointmentCustomModalPlugin.php.
|
abstract |
Add elements in the toolbar.
Referenced by getStartDate().
|
abstract |
Replace the toolbar for another one.
Referenced by getStartDate().
|
protected |
Definition at line 28 of file class.ilAppointmentCustomModalPlugin.php.
Referenced by getAppointment().
|
protected |
Definition at line 29 of file class.ilAppointmentCustomModalPlugin.php.
Referenced by getStartDate().