Methods |
Description |
---|---|
Admin::__construct() |
Constructor |
Admin::__construct() |
Constructor |
Admin::__construct() |
Constructor |
Admin::addGroupSyncMetaBox() |
Add group sync metabox |
Admin::addGroupSyncMetaBox() |
Add group sync metabox to admin |
Admin::asyncMetaboxHtml() |
Output group sync metabox html |
Admin::asyncMetaboxHtml() |
Output group sync metabox html |
Admin::init() |
Add actions once integration is ready |
Admin::init() |
Add actions once integration is ready |
Admin::printDependencyAdminNotice() |
Output the dependency notice html |
Admin::printRequirementAdminNotice() |
Output the requirement notice html |
Admin::registerDependencyNotices() |
Add admin notice hook for dependencies |
Admin::registerRequirementNotices() |
Add admin notice hook for requirements |
Admin::saveGroupSyncMetaBox() |
Save group sync metabox value when bp group is saved from admin |
AEF::__construct() |
Main Constructor |
AEF::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
AEF::callback_forum_status() |
Translate the forum status from AEF v1.0.9 numeric’s to WordPress’s strings. |
AEF::callback_reply_title() |
Set the reply title |
AEF::callback_savepass() |
This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by WordPress. |
AEF::callback_sticky_status() |
Translate the topic sticky status type from AEF 1.x numeric’s to WordPress’s strings. |
AEF::callback_topic_reply_count() |
Verify the topic/reply count. |
AEF::callback_topic_status() |
Translate the post status from AEF v1.0.9 numeric’s to WordPress’s strings. |
AEF::info() |
This method allows us to indicates what is or is not converted for each converter. |
AEF::setup_globals() |
Sets up the field mappings |
Ajax::__construct() |
Constructor |
Ajax::ajaxDownloadReport() |
Output the export content to header buffer |
Ajax::ajaxGetExports() |
Get export data from report generator |
Ajax::ajaxGetReports() |
Get reports |
Ajax::enableDebugOnDev() |
Enable error reporting on local development (internal use only) |
Ajax::getGenerator() |
Get the generator class based on the request |
Ajax::init() |
Add actions once integration is ready |
Ajax::removeIdsOnNonExport() |
Remove the id fields when fetching for display only |
Ajax::setRequestGroups() |
Setup the current bp and ld groups on ajax request |
Ajax::unsetCompletionOnExport() |
Unset the completed status when exporting |
Ajax::validateRequest() |
Validate the ajax request |
AllReportsGenerator::__construct() |
Constructor |
AllReportsGenerator::columns() |
Returns the columns and their settings |
AllReportsGenerator::formatData() |
Format the activity results for each column |
AllReportsGenerator::formatDataForDisplay() |
Overwrite results value for display |
AssignmentsReportsGenerator::__construct() |
Constructor |
AssignmentsReportsGenerator::addAdditionalFields() |
Add additional field sql statement |
AssignmentsReportsGenerator::addAdditionalJoins() |
Add additional joins sql statement |
AssignmentsReportsGenerator::addAdditionalOrderBy() |
Add additional order sql statement |
AssignmentsReportsGenerator::columns() |
Returns the columns and their settings |
AssignmentsReportsGenerator::fetch() |
Custom fetcher to load the assignments from database and setup the pagination |
AssignmentsReportsGenerator::formatData() |
Format the activity results for each column |
AssignmentsReportsGenerator::getAssignmentScore() |
Return the assignment score if available |
AssignmentsReportsGenerator::getGroupAssignments() |
Load all the assignments from the courses belong to the group |
AssignmentsReportsGenerator::registerQueryHooks() |
Add additional sql statement to fetch data |
AssignmentsReportsGenerator::unregisterQueryHooks() |
Remove additional sql statement to fetch data |