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.


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/admin/reporting/tables/llms.table.students.php


			

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.