chamilo/chamilo-lms

View on GitHub
public/main/admin/promotions.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "action_links" is not in valid camel caps format
Open

     echo Display::grid_js('promotions', $url, $columns, $column_model, $extra_params, [], $action_links, true);

Variable "column_model" is not in valid camel caps format
Open

     echo Display::grid_js('promotions', $url, $columns, $column_model, $extra_params, [], $action_links, true);

Variable "extra_params" is not in valid camel caps format
Open

$extra_params['height'] = 'auto'; //use the width of the parent

Variable "this_section" is not in valid camel caps format
Open

$this_section = SECTION_PLATFORM_ADMIN;

Variable "action_links" is not in valid camel caps format
Open

$action_links = 'function action_formatter (cellvalue, options, rowObject) {

Variable "extra_params" is not in valid camel caps format
Open

$extra_params['autowidth'] = 'true'; //use the width of the parent

Variable "column_model" is not in valid camel caps format
Open

$column_model = [

Variable "extra_params" is not in valid camel caps format
Open

     echo Display::grid_js('promotions', $url, $columns, $column_model, $extra_params, [], $action_links, true);

There are no issues that match your filters.

Category
Status