LLMS_Table_Students::get_data( string $key, LLMS_Student $student )
Retrieve data for the columns
Description Description
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 |
---|---|
4.7.0 | Speed up the query used to retrieve the last seen column by avoiding the found rows calculation. |
3.36.1 | Fixed "Last Seen" column displaying wrong date when the student last login date was saved as timestamp. |
3.36.0 | Added "Last Seen" column. |
3.2.0 | |
3.15.0 | Introduced. |