LLMS_Table_Students::get_export_data( string $key, LLMS_Student $student )
Retrieve data for a cell in an export file
Description Description
Should be overridden in extending classes.
Parameters Parameters
- $key
-
(Required) The column id / key.
- $student
-
(Required) Instance of the LLMS_Student.
Return Return
(mixed)
Source Source
File: includes/admin/reporting/tables/llms.table.students.php
Changelog Changelog
Version | Description |
---|---|
3.26.1 | Unknown. |
3.15.0 | Introduced. |