Back to AdminModel class

Method prepareTable

protected void
prepareTable
(mixed $table)
Prepare and sanitise the table data prior to saving.
Parameters
  • \Joomla\CMS\Table\Table $table A reference to a Table object.
Returns
  • void
Since
  • 1.6
Class: AdminModel
Project: Joomla

Method prepareTable - Source code

/**
 * 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.
}