fromArray() public method

imports data from a php array
public fromArray ( array $array, boolean $deep = true ) : void
$array array array of data, see link for documentation
$deep boolean whether or not to act on relations
return void
Beispiel #1
0
 public function setRecordValues($values)
 {
     $this->_record->fromArray($values);
 }