LD_REST_Quiz_Statistics_Controller_V2::rewind()
Method: No description found
LD_REST_Quiz_Statistics_Controller_V2::rewind Read More »
@package: LearnDash / REST / V2
Source Files: includes/rest-api/v2/class-ld-rest-quiz-statistics-controller.php
Method: No description found
LD_REST_Quiz_Statistics_Controller_V2::rewind Read More »
Method: Filter the where clause of the query to fetch statistics refs based on user IDs.
LD_REST_Quiz_Statistics_Controller_V2::statistics_ref_users_where Read More »
Method: Find the statistics record in memory.
LD_REST_Quiz_Statistics_Controller_V2::find Read More »
Method: If quiz id is passed explicitly via request, filter the results.
LD_REST_Quiz_Statistics_Controller_V2::statistics_ref_quiz_where Read More »
Method: Register API routes.
LD_REST_Quiz_Statistics_Controller_V2::register_routes Read More »
Method: If before date and/or after date are passed, add conditions in where clause.
LD_REST_Quiz_Statistics_Controller_V2::statistics_ref_duration_where Read More »
Method: Set the current request object in property.
LD_REST_Quiz_Statistics_Controller_V2::pre_callback_ops Read More »
Method: Return the route information in form of an array.
LD_REST_Quiz_Statistics_Controller_V2::routes Read More »
Method: Perform operations after the callback is executed.
LD_REST_Quiz_Statistics_Controller_V2::post_callback_ops Read More »
Method: Check if the current endpoint is quiz statistics endpoint.
LD_REST_Quiz_Statistics_Controller_V2::is_qs_endpoint Read More »
Method: Retrieve list of quiz statistics.
LD_REST_Quiz_Statistics_Controller_V2::get_items Read More »
Method: Retrieve a single item from statistics based on ID.
LD_REST_Quiz_Statistics_Controller_V2::get_item Read More »
Filter Hook: Add necessary filters for statistics query.
learndash_rest_statistic_response Read More »
Method: Retrieve list of questions for a particular stat ref ID.
LD_REST_Quiz_Statistics_Controller_V2::get_questions Read More »
Method: Retrieves all of the registered additional fields for a given object-type.
LD_REST_Posts_Controller_V2::get_additional_fields Read More »
Method: Gets public schema.
LD_REST_Questions_Controller_V2::get_public_item_schema Read More »
Method: Initialize the types dataset for use within the class.
LD_REST_Question_Types_Controller_V2::init_types_set Read More »
Method: Checks whether a given request has permission to read question type.
LD_REST_Question_Types_Controller_V2::get_items_permissions_check Read More »
Method: Retrieves all question types.
LD_REST_Question_Types_Controller_V2::get_items Read More »
Method: Checks if a given request has access to read a question type.
LD_REST_Question_Types_Controller_V2::get_item_permissions_check Read More »