Extends
lithium\core\Object
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
arraySource
protected function _prepareForWrite(array $item) {
return $item;
}