1<?php 2 3namespace Api; 4 5use dokuwiki\Extension\Event; 6 7class AjaxHandler 8{ 9 10 public static function handle(Event $event) 11 { 12 13 14 } 15} 16