function eventContent($eventID)
 {
     $event = eZNotificationEvent::fetch($eventID);
     return array('result' => $event->content());
 }