chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

    CAS_AUTH_SOURCE == $_user['auth_source']

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

    if (!empty($plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_text'])) {

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

        $alert_text = $plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_text'];

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

    $link_url = '#';

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

    $_template['link_url'] = $link_url;

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

    $_template['show_message'] = true;

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

        $link_url = api_htmlentities($plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_url']);

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

    if (empty($plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_onoff'])) {

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

global $_user;

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

    $link_infobulle = 'Vous devez fermer votre navigateur pour clore votre session de travail.';

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

    if (!empty($plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_url'])) {

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

        $alert_text = $plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_alert_text'];

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

    if (empty($plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_image'])) {

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

    $_template['link_infobulle'] = $link_infobulle;

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

    $_template['link_infobulle'] = $link_infobulle;

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

    $_template['link_image'] = $link_image;

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

        $link_image = '';

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

    $_template['link_image'] = $link_image;

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

    $_template['link_url'] = $link_url;

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

    $_template['alert_onoff'] = $alert_onoff;

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

    $_template['alert_text'] = $alert_text;

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

        $link_infobulle = api_htmlentities($plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_infobulle']);

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

$_template['show_message'] = false;

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

        $link_infobulle = api_htmlentities($plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_infobulle']);

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

        $alert_onoff = '';

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

    $_template['alert_text'] = $alert_text;

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

        $link_url = api_htmlentities($plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_url']);

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

    $link_image = '1';

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

    $alert_onoff = '1';

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

    $_template['alert_onoff'] = $alert_onoff;

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

    if (!empty($plugin_info['settings']['ext_auth_chamilo_logout_button_behaviour_eaclbb_form_link_infobulle'])) {

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

    $alert_text = '\\\\nVous ĂȘtes connectĂ©s avec votre compte universitaire.\\\\n\\\\nVous devez *** fermer votre navigateur *** pour clore votre session de travail.';

There are no issues that match your filters.

Category
Status