LLMS_Table_Student_Certificates::set_args()
Define the structure of arguments used to pass to the get_results method
Description Description
Return Return
(array)
Source Source
File: includes/admin/reporting/tables/llms.table.certificates.php
public function set_args() { return array( 'student' => ! empty( $this->student ) ? $this->student->get_id() : absint( $_GET['student_id'] ), ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: