public function fromArray($arr, $keyType = BasePeer::TYPE_PHPNAME) { $keys = VMonthlyPeer::getFieldNames($keyType); if (array_key_exists($keys[0], $arr)) { $this->setAcademicCostId($arr[$keys[0]]); } if (array_key_exists($keys[1], $arr)) { $this->setAmount($arr[$keys[1]]); } if (array_key_exists($keys[2], $arr)) { $this->setCreatedAt($arr[$keys[2]]); } if (array_key_exists($keys[3], $arr)) { $this->setPaidAt($arr[$keys[3]]); } if (array_key_exists($keys[4], $arr)) { $this->setReceivable($arr[$keys[4]]); } if (array_key_exists($keys[5], $arr)) { $this->setAcademicCostComponentId($arr[$keys[5]]); } if (array_key_exists($keys[6], $arr)) { $this->setPaid($arr[$keys[6]]); } if (array_key_exists($keys[7], $arr)) { $this->setUpdatedAt($arr[$keys[7]]); } if (array_key_exists($keys[8], $arr)) { $this->setAcademicCalendarId($arr[$keys[8]]); } if (array_key_exists($keys[9], $arr)) { $this->setUserId($arr[$keys[9]]); } if (array_key_exists($keys[10], $arr)) { $this->setStudentCount($arr[$keys[10]]); } if (array_key_exists($keys[11], $arr)) { $this->setClassGroupId($arr[$keys[11]]); } if (array_key_exists($keys[12], $arr)) { $this->setMonth($arr[$keys[12]]); } }