Пример #1
0
 /**
  *
  *
  * @return void
  */
 public function getEventGlossary()
 {
     include_once HV_ROOT_DIR . '/../src/Event/HEKAdapter.php';
     $hek = new Event_HEKAdapter();
     header('Content-type: application/json');
     echo $hek->getEventGlossary();
 }