class MyComponent { ... $this->registerEvent('mycustomevent'); public function handleIO() { if ($_POST['event'] == 'mycustomevent') { // Handle the custom event } } }