Function list_getModLogEntries
Gets the moderation log entries that match the specified parameters. Callback for createList() in ViewModlog().
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Modlog.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Modlog.php
integer |
$start |
The item to start with (for pagination purposes) |
integer |
$items_per_page |
The number of items to show per page |
string |
$sort |
A string indicating how to sort the results |
string |
$query_string = '' |
An extra string for the WHERE clause of the query, to further filter results |
array |
$query_params = array() |
An array of parameters for the query string |
integer |
$log_type = 1 |
The log type - 1 for mod log or 3 for admin log |
boolean |
$ignore_boards = false |
Whether to ignore board restrictions |
array
|
An array of info about the mod log entries |