list_getMessageIcons

Description

Gets and returns information about all the message icons for the list

Syntax

array list_getMessageIcons (int $start, int $items_per_page, string $sort)



Parameter $start

Expected type: Integer
Description: Which row of the results to start with



Parameter $items_per_page

Expected type: Integer
Description: How many items to show per page



Parameter $sort

Expected type: String
Description: A string to be passed to the SQL ORDER BY clause indicating how we want to sort the results



Return value

Expected type: Array of arrays
Description: An array of arrays containing information about the messaeg icons. Each array has id_icon, title, filename, icon_order, id_board and board_name


Notes

  • Callback for $listOptions['get_items']['function'] in EditMessageIcons
Advertisement: