/**
* Set raw data array without any mutations
*
* @return $this
*
* @deprecated Use injectRawData() instead.
*/
public function setAttributes(array
$data) { return $this->
injectRawData($data);
} /**
* Checks the datamap to see if this property name is being mapped,
* and returns the db column name, if any, or the original property name.
*
* @return string db column name
*/
protected function mapProperty(string
$key) { if (empty($this->datamap
)) {