public/main/announcements/announcements.php
Variable "extra_params" is not in valid camel caps format Open
Open
$extra_params,
- Exclude checks
Variable "form_name" is not in valid camel caps format Open
Open
$form_name = get_lang('Add an announcement');
- Exclude checks
Variable "announcement_to_modify" is not in valid camel caps format Open
Open
if (!isset($announcement_to_modify)) {
- Exclude checks
Variable "_course" is not in valid camel caps format Open
Open
AnnouncementManager::delete_announcement($_course, $id);
- Exclude checks
Variable "_course" is not in valid camel caps format Open
Open
$_course,
- Exclude checks
Variable "email_ann" is not in valid camel caps format Open
Open
$email_ann = '1';
- Exclude checks
Variable "_course" is not in valid camel caps format Open
Open
$_course = api_get_course_info_by_id($courseId);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id = api_get_group_id();
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$groupEntity = api_get_group_entity($group_id);
- Exclude checks
Variable "announcement_id" is not in valid camel caps format Open
Open
$content = AnnouncementManager::displayAnnouncement($announcement_id);
- Exclude checks
Variable "extra_params" is not in valid camel caps format Open
Open
$extra_params['autowidth'] = 'true';
- Exclude checks
Variable "email_ann" is not in valid camel caps format Open
Open
$email_ann = '1';
- Exclude checks
Variable "show_actions" is not in valid camel caps format Open
Open
$show_actions = true;
- Exclude checks
Variable "extra_params" is not in valid camel caps format Open
Open
$extra_params['multiselect'] = true;
- Exclude checks
Variable "file_comment" is not in valid camel caps format Open
Open
$file_comment,
- Exclude checks
Variable "current_course_tool" is not in valid camel caps format Open
Open
$current_course_tool = TOOL_ANNOUNCEMENT;
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id,
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "extra_params" is not in valid camel caps format Open
Open
$extra_params['height'] = 'auto';
- Exclude checks
Variable "_course" is not in valid camel caps format Open
Open
AnnouncementManager::delete_all_announcements($_course);
- Exclude checks
Variable "use_anonymous" is not in valid camel caps format Open
Open
$use_anonymous = true;
- Exclude checks
Variable "announcement_id" is not in valid camel caps format Open
Open
$announcement_id = isset($_GET['id']) ? (int) $_GET['id'] : null;
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if (empty($group_id)) {
- Exclude checks
Variable "form_name" is not in valid camel caps format Open
Open
$form_name = get_lang('Edit announcement');
- Exclude checks
Variable "content_to_modify" is not in valid camel caps format Open
Open
$content_to_modify = sprintf(
- Exclude checks
Variable "file_comment" is not in valid camel caps format Open
Open
$file_comment = $data['file_comment'];
- Exclude checks
Variable "form_name" is not in valid camel caps format Open
Open
$form->addHeader($form_name);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if (empty($group_id)) {
- Exclude checks
Variable "title_to_modify" is not in valid camel caps format Open
Open
$title_to_modify = sprintf(
- Exclude checks
Variable "show_actions" is not in valid camel caps format Open
Open
if ($show_actions) {
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if (!empty($group_id)) {
- Exclude checks
Variable "file_comment" is not in valid camel caps format Open
Open
$file_comment,
- Exclude checks
Variable "form_name" is not in valid camel caps format Open
Open
$nameTools = $form_name;
- Exclude checks
Variable "content_to_modify" is not in valid camel caps format Open
Open
$content_to_modify = get_lang(
- Exclude checks
Variable "content_to_modify" is not in valid camel caps format Open
Open
$content_to_modify = sprintf(
- Exclude checks
Variable "title_to_modify" is not in valid camel caps format Open
Open
$title_to_modify = sprintf(
- Exclude checks
The CASE body must start on the line following the statement Open
Open
case 'move':
- Exclude checks
Variable "announcement_id" is not in valid camel caps format Open
Open
if (!empty($announcement_id)) {
- Exclude checks
Variable "announcement_id" is not in valid camel caps format Open
Open
api_is_element_in_the_session(TOOL_ANNOUNCEMENT, $announcement_id)
- Exclude checks
Variable "announcement_to_modify" is not in valid camel caps format Open
Open
$announcement_to_modify = '';
- Exclude checks
Variable "file_comment" is not in valid camel caps format Open
Open
$file_comment = $announcementAttachmentIsDisabled ? null : $_POST['file_comment'];
- Exclude checks
Variable "file_comment" is not in valid camel caps format Open
Open
$file_comment,
- Exclude checks
Variable "tbl_announcement" is not in valid camel caps format Open
Open
$tbl_announcement = Database::get_course_table(TABLE_ANNOUNCEMENT);
- Exclude checks
Variable "announcement_number" is not in valid camel caps format Open
Open
$announcement_number = AnnouncementManager::getNumberAnnouncements();
- Exclude checks
Variable "announcement_id" is not in valid camel caps format Open
Open
$announcement_id,
- Exclude checks
Variable "title_to_modify" is not in valid camel caps format Open
Open
$title_to_modify = sprintf(
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if (!empty($group_id)) {
- Exclude checks
Variable "show_actions" is not in valid camel caps format Open
Open
$show_actions = false;
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
");
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
$form->addLabel('',
- Exclude checks