-
Notifications
You must be signed in to change notification settings - Fork 63
Installer
Florian Voutzinos edited this page Oct 4, 2013
·
6 revisions
You can specify postflight tasks in the manifest to be executed.
<postflight>
<task name="hey" />
<task name="hello" />
</postflight>will execute the functions
<?php
protected function hey($type, $parent)
{
}
protected function hello($type, $parent)
{
}defined in the component installer class.
List of the predefined tasks in the redCORE installer available to all components.
This is a predefined task that deletes the menu item associated with the current component.
<postflight>
<task name="deleteMenu" />
</postflight>redCORE documentation menu: