public/main/my_space/lp_tracking.php
Variable "from_myspace" is not in valid camel caps format Open
Open
$from_myspace = false;
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
!Tracking::is_allowed_to_coach_student(api_get_user_id(), $user_id)
- Exclude checks
Variable "from_link" is not in valid camel caps format Open
Open
$from_link = '&from=myspace';
- Exclude checks
Variable "lp_title" is not in valid camel caps format Open
Open
$lp_title = $lp->getTitle();
- Exclude checks
Variable "table_title" is not in valid camel caps format Open
Open
echo Display::page_header($table_title);
- Exclude checks
Variable "from_link" is not in valid camel caps format Open
Open
$from_link = '';
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "csv_content" is not in valid camel caps format Open
Open
$csv_content = [];
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
if (empty($courseInfo) || empty($lp_id)) {
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
$lp = $lpRepo->find($lp_id);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = isset($_REQUEST['id_session']) ? (int) $_REQUEST['id_session'] : api_get_session_id();
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
? Display::getMdiIcon(ObjectIcon::SESSION, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Session')).PHP_EOL.api_get_session_name($session_id).PHP_EOL
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$userInfo = api_get_user_info($user_id);
- Exclude checks
Variable "lp_id" is not in valid camel caps format Open
Open
$lp_id = (int) $_GET['lp_id'];
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$interbreadcrumb[] = ['url' => "myStudents.php?student=$user_id", 'name' => get_lang('Learner details')];
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = isset($_GET['student_id']) ? (int) $_GET['student_id'] : api_get_user_id();
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_TRACKING;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$table_title = $session_id
- Exclude checks
Variable "table_title" is not in valid camel caps format Open
Open
$table_title .= Display::getMdiIcon(ObjectIcon::COURSE, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Course')).PHP_EOL.$courseInfo['name'].PHP_EOL
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
'url' => "myStudents.php?student=$user_id&course=$courseCode&details=true&origin=$origin",
- Exclude checks
Variable "lp_title" is not in valid camel caps format Open
Open
Display::getMdiIcon(ObjectIcon::LP, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Learning path')).PHP_EOL.$lp_title
- Exclude checks
Variable "table_title" is not in valid camel caps format Open
Open
$table_title = $session_id
- Exclude checks
Variable "export_csv" is not in valid camel caps format Open
Open
$export_csv = isset($_GET['export']) && 'csv' === $_GET['export'];
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
'url' => "../tracking/courseLog.php?cid=$courseId&sid=$session_id",
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$isBoss = UserManager::userIsBossOfStudent(api_get_user_id(), $user_id);
- Exclude checks