public/plugin/customcertificate/src/export_pdf_all_in_one.php
Variable "created_at" is not in valid camel caps format Open
Open
if ($created_at >= $dateBegin && $created_at <= $dateEnd) {
- Exclude checks
Variable "flat_list" is not in valid camel caps format Open
Open
if (count($categories) > 1 && count($flat_list) > 0) {
- Exclude checks
Missing function doc comment Open
Open
function getIndexFiltered($index)
- Exclude checks
Variable "course_plugin" is not in valid camel caps format Open
Open
$course_plugin = 'customcertificate';
- Exclude checks
Variable "flat_list" is not in valid camel caps format Open
Open
$flat_list = $list->get_flat_list();
- Exclude checks
Variable "created_at" is not in valid camel caps format Open
Open
if ($created_at >= $dateBegin && $created_at <= $dateEnd) {
- Exclude checks
Variable "flat_list" is not in valid camel caps format Open
Open
foreach ($flat_list as $learnpath) {
- Exclude checks
Variable "created_at" is not in valid camel caps format Open
Open
if ($created_at >= $dateBegin) {
- Exclude checks
Variable "flat_list" is not in valid camel caps format Open
Open
if (empty($flat_list)) {
- Exclude checks
Consider putting global function "getIndexFiltered" in a static class Open
Open
function getIndexFiltered($index)
- Exclude checks
Variable "created_at" is not in valid camel caps format Open
Open
if ($created_at <= $dateEnd) {
- Exclude checks
Variable "created_at" is not in valid camel caps format Open
Open
$created_at = strtotime(api_get_local_time($value['created_at']));
- Exclude checks