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