chamilo/chamilo-lms

View on GitHub
public/plugin/ext_auth_chamilo_logout_button_behaviour/plugin.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_image = api_get_setting('ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_image');

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

$plugin_info['author'] = 'Hubert Borderiou';

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

$tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_url = api_get_setting('ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_url');

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

$tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_infobulle = api_get_setting('ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_infobulle');

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

$defaults['eaclbb_form_alert_text'] = $tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_text['eaclbb_form_alert_text'];

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

$tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_text = api_get_setting('ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_text');

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

$defaults['eaclbb_form_link_infobulle'] = $tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_infobulle['eaclbb_form_link_infobulle'];

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

$plugin_info['comment'] = 'If you use some other authentication than local Chamilo authentication, you may have to disable the Chamilo logout button and give users information about your SSO logout.';

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

$tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_onoff = api_get_setting('ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_onoff');

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

$defaults['eaclbb_form_alert_onoff'] = $tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_onoff['eaclbb_form_alert_onoff'];

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

$defaults['eaclbb_form_link_image'] = $tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_image['eaclbb_form_link_image'];

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

$plugin_info['templates'] = ['template.tpl'];

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

$plugin_info['settings_form'] = $form;

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

$plugin_info['version'] = '1.0';

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

$plugin_info['title'] = 'Enable or disable logout button';

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

$defaults['eaclbb_form_link_url'] = $tab_default_ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_url['eaclbb_form_link_url'];

There are no issues that match your filters.

Category
Status