public/main/gradebook/gradebook_flatview.php
Variable "simple_search_form" is not in valid camel caps format Open
Open
$simple_search_form = new UserForm(
- Exclude checks
Variable "export_pdf_form" is not in valid camel caps format Open
Open
$export_pdf_form = new DataForm(
- Exclude checks
Variable "printable_data" is not in valid camel caps format Open
Open
$printable_data[1],
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = null;
- Exclude checks
Variable "printable_data" is not in valid camel caps format Open
Open
$export->exportCompleteReportDOC($printable_data);
- Exclude checks
Variable "printable_data" is not in valid camel caps format Open
Open
$export->exportCompleteReportXLS($printable_data);
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
$cat[0],
- Exclude checks
Variable "simple_search_form" is not in valid camel caps format Open
Open
$simple_search_form
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_GRADEBOOK;
- Exclude checks
Variable "printable_data" is not in valid camel caps format Open
Open
$printable_data[0],
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = api_get_user_id();
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
$showlink,
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
$simple_search_form
- Exclude checks
Variable "simple_search_form" is not in valid camel caps format Open
Open
$values = $simple_search_form->exportValues();
- Exclude checks
Variable "printable_data" is not in valid camel caps format Open
Open
$export->exportCompleteReportCSV($printable_data);
- Exclude checks
Variable "category_id" is not in valid camel caps format Open
Open
$category_id = (int) $_GET['selectcat'];
- Exclude checks
Variable "export_pdf_form" is not in valid camel caps format Open
Open
$params = $export_pdf_form->exportValues();
- Exclude checks
Variable "printable_data" is not in valid camel caps format Open
Open
$printable_data = GradebookUtils::get_printable_data(
- Exclude checks
Variable "category_id" is not in valid camel caps format Open
Open
api_get_self().'?selectcat='.$category_id.'&'.api_get_cidreq()
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "category_id" is not in valid camel caps format Open
Open
$category_id = 0;
- Exclude checks
Variable "simple_search_form" is not in valid camel caps format Open
Open
$simple_search_form
- Exclude checks
Variable "simple_search_form" is not in valid camel caps format Open
Open
if ($simple_search_form->validate() && empty($keyword)) {
- Exclude checks
Variable "export_pdf_form" is not in valid camel caps format Open
Open
$export_pdf_form->display();
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
$showeval,
- Exclude checks
Variable "export_pdf_form" is not in valid camel caps format Open
Open
if ($export_pdf_form->validate()) {
- Exclude checks
Variable "printable_data" is not in valid camel caps format Open
Open
$printable_data = GradebookUtils::get_printable_data(
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
$simple_search_form
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
$cat[0],
- Exclude checks
Line indented incorrectly; expected at least 4 spaces, found 0 Open
Open
);
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
$showlink,
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 4 Open
Open
$showeval,
- Exclude checks