FIle - /trunk/docs/classes/opus/datatables/emailhistory/getrows.md

/trunk/docs/classes/opus/datatables/emailhistory/getrows.md
589 bytes
January 20, 2025 at 08:22
4



EmailHistory::getRows - Get rows to display on current page.

Usage

array EmailHistory::getRows([ int $start = '0' ], [ string $search_term = '' ], [ string $order_by = 'id desc' ])

Description

Should return an array with each element being an associative array representing one table row.

Parameters

Parameter Required Type Description
start No int
search_term No string
order_by No string

Return

array

See Also