function __construct() { parent::__construct(); // Register Extra tasks $this->registerTask('remove', 'remove'); $this->registerTask('keep', 'keep'); }
function __construct() { parent::__construct(); }
function __construct() { parent::__construct(); $this->registerTask('apply', 'save'); }
function __construct() { parent::__construct(); $this->registerTask('reset', 'reset'); }
function __construct() { parent::__construct(); $this->registerTask('install', 'install'); $this->registerTask('upgrade', 'upgrade'); }
function __construct() { parent::__construct(); $this->registerTask('approveall', 'approveall'); }