getRelationsParam(); if (! isset($_REQUEST['export_type'])) { Util::checkParameters(array('export_type')); } /** * Include the appropriate Schema Class depending on $export_type * default is PDF */ Export::processExportSchema($_REQUEST['export_type']);