move extension-specific events into their extensions

This commit is contained in:
Shish
2009-01-03 13:00:09 -08:00
parent 2f8cf7c08e
commit bca8221609
7 changed files with 191 additions and 200 deletions

View File

@ -1,5 +1,18 @@
<?php
/* ConfigSaveEvent {{{
*
* Sent when the setup screen's 'set' button has been
* activated; new config options are in $_POST
*/
class ConfigSaveEvent extends Event {
var $config;
public function ConfigSaveEvent($config) {
$this->config = $config;
}
}
// }}}
/* SetupBuildingEvent {{{
*
* Sent when the setup page is ready to be added to