Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
DatabaseHandler:: |
function |
classes/ |
This function is used to perform a database query. It uses PDO execute, which will take automatically replace ? with variables you supply as the arguments to this function, or as an array to this function. Either will work. Do this by using ?, or… |
DatabaseHandler:: |
function |
classes/ |
Draw out the error onto the screen. |
clear_session_form_values | function |
includes/ |
Clear the form submissions variable from the SESSION for this callback. |
DatabaseHandler:: |
function |
classes/ |
|
content_public_files_form | function |
modules/ |
This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/ |
system_modules_form_submit | function |
modules/ |
Submit handler for the modules form. |
Course:: |
property |
classes/ |
|
Course:: |
function |
classes/ |
Simply returns TRUE if $this has variable hours. |
Group:: |
function |
classes/ |
|
fp_render_mobile_tab_array | function |
includes/ |
|
fp_get_alert_count_by_type | function |
includes/ |
Returns back the total, read, and unread numbers previously calculated to see if we need to place a badge next to the bell icon at the top of the screen. If unset, we will call the recalculate function. |
system_perform_clear_cache | function |
modules/ |
This function will clear our various caches by calling on the hook_clear_cache in each module. |
system_get_available_themes | function |
modules/ |
Returns back an array (suitable for FAPI) of the available themes in the system. |
get_global_database_handler | function |
includes/ |
This method will return a globally-set DatabaseHandler object, creating it if it does not already exist. This is for efficiency reasons, so every module or method does not need to keep creating databasehandler objects (and re-connecting to the database). |
student_files_content_alter | function |
modules/ |
Implememnt hook_content_alter |
DegreePlan:: |
function |
classes/ |
|
alerts_advisees_alerts_form | function |
modules/ |
Displays alerts for our various advisees. |
engagements_handle_sms_stop | function |
modules/ |
This function is called by engagements_handle_incoming_sms, when we receive 'STOP' from the user. We must add them to our "sms_do_not_txt" table, and send a reply letting them know how to re-subscribe in the future. |
student_files_settings_form | function |
modules/ |
|
user_user_roles_form_submit | function |
modules/ |
|
student_files_handle_delete | function |
modules/ |
|
AdvisingScreen:: |
property |
classes/ |
|
student_files_handle_upload | function |
modules/ |
Handles the upload of a file which we assume is located at $_FILES["student_file_upload_file"], or the provided $file array. |
fp_get_permissions_for_role | function |
includes/ |
|
theme_table_header_sortable | function |
includes/ |
Given an array of table headers (in the format listed below), returns back the HTML to draw it to the screen. This makes them clickable, to make the table header sortable. This is meant to be used with queries, by adding in an "ORDER BY"… |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
FlightPath:: |
function |
classes/ |
Get the plain English title of a subject, from subject_id. Ex: COSC = Computer Science. |
student_files_handle_download | function |
modules/ |
This actually finds and downloads the file for the user, decrypting if necessary. |
advise_what_if_selection_form | function |
modules/ |
|
engagements_handle_sms_unstop | function |
modules/ |
User opted-IN to receiving txt messages. |
content_add_new_uploaded_file | function |
modules/ |
bool_replace_existing means should we replace an existing file (based on filename) with this new one? Instead of creating an INSERT, that is. |
content_files_handle_download | function |
modules/ |
This actually finds and downloads the file for the user, decrypting if necessary. |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
Retrieve a value from the variables table. |
DatabaseHandler:: |
function |
classes/ |
Sets a variable's value in the variables table. |
DatabaseHandler:: |
function |
classes/ |
|
calendar_render_mini_calendar | function |
modules/ |
|
course_search_mobile_style.css | file |
modules/ |
.course-search-course-extra { display: none; } .course-search-course-block, .course-search-subject-select-line { margin: 0; text-decoration: none; display: block; border-bottom: 1px solid #ccc; padding-top: 10px; padding-bottom:… |
install_display_lang_selection | function |
./ |
|
alerts_get_alert_count_by_type | function |
modules/ |
Implements hook_get_count_for_alert_type |
advise_init_advising_variables | function |
modules/ |
Takes various variables from the REQUEST and stores them in our advising_session_variables table for more convenient use later on. |
DatabaseHandler:: |
function |
classes/ |
|
system_handle_uninstall_module | function |
modules/ |
Called from the menu (ie, a URL) this function will uninstall a module. |
DatabaseHandler:: |
function |
classes/ |
|
calendar_build_custom_calendar | function |
modules/ |
Actually renders the HTML for the calendar. |
fp_render_sidebar_left_content | function |
includes/ |
Returns the HTML for the left sidebar content. |
fp_render_mobile_hamburger_menu | function |
includes/ |
This will create the HTML content for the "mobile hamburger" menu, which appears when we press the 3 lines icon or "hamburger" icon on a mobile device. |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |