includes/admin/reporting/tables/llms.table.memberships.php:
LLMS_Table_Memberships::get_data()
|
Retrieve data for a cell.
|
includes/admin/reporting/tables/llms.table.memberships.php:
LLMS_Table_Memberships::get_results()
|
Execute a query to retrieve results from the table.
|
includes/models/model.llms.student.php:
LLMS_Student::instructor()
|
Retrieve an instance of the LLMS_Instructor model for the current user
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::toArray()
|
Coverts the object to an associative array Any property returned by $this->get_properties() will be retrieved via $this->get() and added to the array
|
includes/functions/llms.functions.person.php:
llms_current_user_can()
|
Checks LifterLMS user capabilities against an object
|
includes/admin/class.llms.admin.builder.php:
LLMS_Admin_Builder::get_existing_posts()
|
Retrieve a list of lessons the current user is allowed to clone/attach Used for ajax searching to add existing lessons
|
includes/admin/reporting/tables/llms.table.students.php:
LLMS_Table_Students::get_results()
|
Execute a query to retrieve results from the table
|
includes/admin/reporting/tables/llms.table.courses.php:
LLMS_Table_Courses::get_data()
|
Retrieve data for a cell
|
includes/admin/reporting/tables/llms.table.courses.php:
LLMS_Table_Courses::get_results()
|
Execute a query to retrieve results from the table
|
includes/admin/reporting/tables/llms.table.quizzes.php:
LLMS_Table_Quizzes::get_results()
|
Execute a query to retrieve results from the table
|
includes/admin/post-types/post-tables/class.llms.admin.post.table.instructors.php:
LLMS_Admin_Post_Table_Instructors::manage_columns()
|
Manage content of custom columns
|
includes/admin/class.llms.admin.user.custom.fields.php:
LLMS_Admin_User_Custom_Fields::output_instructors_assistant_fields()
|
Add instructor parent fields for use when creating instructor’s assistants
|
includes/admin/class.llms.admin.user.custom.fields.php:
LLMS_Admin_User_Custom_Fields::save()
|
Save custom field data for a user
|
includes/class.llms.user.permissions.php:
LLMS_User_Permissions::edit_others_lms_content()
|
Handle capabilities checks for lms content to allow *editing* content based on course instructor meta data
|