chamilo/chamilo-lms

View on GitHub
public/main/user/session_list.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$extra_params['height'] = 'auto';

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('sessions', $url, $columns, $column_model, $extra_params, [], $action_links, true);

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

$this_section = SECTION_PLATFORM_ADMIN;

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

$tool_name = get_lang('Session list');

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

$extra_params['autowidth'] = 'true';

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

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

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

Display::display_header($tool_name);

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

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

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

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

There are no issues that match your filters.

Category
Status