31 if (!is_array(
$from)) {
32 throw new \InvalidArgumentException(__METHOD__ .
" argument is not an array.");
35 if (count(
$from) != count($this->labels)) {
36 throw new \InvalidArgumentException(__METHOD__ .
" number of items in arrays are not equal.");
39 return array_combine($this->labels,
$from);