"Notify about something", 'function' => "customNotify", 'category' => '' ); return $config; } function customNotify($data) { $subject = "My Notification"; $message = print_a($data,true); $this->send('customNotify', $subject, $message); } }