SproutCMS

This is the code documentation for the SproutCMS project

function _importPostRecord()

Called after a record has been inserted or updated.

Usage

unknown $HasCategoriesAdminController->_importPostRecord ( int $record_id , array $new_data , array $existing_record , string $type , boolean $raw_data );

Arguments

  1. int $record_id
    The id of the record that was inserted or updated.
  2. array $new_data
    The new data of the record.
  3. array $existing_record
    The old data of the record, which has now been replaced.
  4. string $type
    One of 'insert' or 'update'.
  5. boolean $raw_data
    False if any errors are encountered; will cancel the entire import process.