LLMS_Table_Student_Certificates::get_results( $args = array() )
Contents
Description Description
Source Source
File: includes/admin/reporting/tables/llms.table.certificates.php
public function get_results( $args = array() ) { $args = $this->clean_args( $args ); if ( is_numeric( $args['student'] ) ) { $args['student'] = new LLMS_Student( $args['student'] ); } $this->student = $args['student']; $this->tbody_data = $this->student->get_certificates(); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: