chamilo/chamilo-lms

View on GitHub
public/main/work/work_list_others.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$group_id = api_get_group_id();

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

    $group_properties = api_get_group_entity($group_id);

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

$check_qualification = (int) ($my_folder_data['qualification']);

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

    $column_model = [

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

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

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

$current_course_tool = TOOL_STUDENTPUBLICATION;

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

if (empty($my_folder_data)) {

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

$work_data = get_work_assignment_by_id($workId);

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

    $group_properties = api_get_group_entity($group_id);

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

        $show_work = true;

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

        'name' => get_lang('Group area').' '.$group_properties->getTitle(),

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

    $show_work = false;

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

if (!empty($work_data['enable_qualification']) && !empty($check_qualification)) {

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

    $column_model = [

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

$extra_params['sortname'] = 'firstname';

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

if (!empty($group_id)) {

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

$check_qualification = (int) ($my_folder_data['qualification']);

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

        $show_work = GroupManager::userHasAccess(

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

if (!empty($work_data['enable_qualification']) && !empty($check_qualification)) {

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

$extra_params = [];

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

$tool_name = get_lang('Assignments');

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

        echo Display::grid_js('results', $url, $columns, $column_model, $extra_params);

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

        echo Display::grid_js('results', $url, $columns, $column_model, $extra_params);

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

$my_folder_data = get_work_data_by_id($workId);

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

            $group_properties,

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

    'name' => $my_folder_data['title'],

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

        Security::remove_XSS($my_folder_data['description']).'</p></div></p>';

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

$this_section = SECTION_COURSES;

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

    if (!$show_work) {

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

if (!empty($my_folder_data['description'])) {

There are no issues that match your filters.

Category
Status