/**
 * Prepare and sanitise the table data prior to saving.
 *
 * @param   Table  $table  A reference to a Table object.
 *
 * @return  void
 *
 * @since   1.6
 */
protected function prepareTable($table)
{
    // Derived class will provide its own implementation if required.
}