Prepares an item before it is being written.
Override this method in sublcasses if you need to i.e. escape the item's values.

Parameters

  • array $item

Returns

array

Source

						protected function _prepareForWrite(array $item) {
		return $item;
	}