示例#1
0
 public function fromArray($arr, $keyType = BasePeer::TYPE_PHPNAME)
 {
     $keys = VTotalPeer::getFieldNames($keyType);
     if (array_key_exists($keys[0], $arr)) {
         $this->setTotalMember($arr[$keys[0]]);
     }
     if (array_key_exists($keys[1], $arr)) {
         $this->setDepartmentId($arr[$keys[1]]);
     }
 }