srag/dclextension

This package is abandoned and no longer maintained. No replacement package was suggested.

DataCollection Extensions

v0.1.0 2019-01-02 16:38 UTC

This package is auto-updated.

Last update: 2023-12-08 11:32:05 UTC


README

DataCollection Extensions

Usage

Composer

First add the following to your composer.json file:

"require": {
  "srag/dclextension": ">=0.1.0"
},

And run a composer install.

If you deliver your plugin, the plugin has it's own copy of this library and the user doesn't need to install the library.

Tip: Because of multiple autoloaders of plugins, it could be, that different versions of this library exists and suddenly your plugin use an older or a newer version of an other plugin!

So I recommand to use srag/librariesnamespacechanger in your plugin.

Dependencies

Please use it for further development!

Development

If you want development in this library you should install this library like follow:

Start at your ILIAS root directory

mkdir -p Customizing/global/libraries
cd Customizing/global/libraries
git clone -b develop git@git.studer-raimann.ch:ILIAS/Plugins/DclExtension.git DclExtension

Contact

support-custom1@studer-raimann.ch https://studer-raimann.ch