Ejemplo n.º 1
0
 /**
  * @return array
  */
 protected function getGenderChoices()
 {
     $genderSet = SpyCustomerTableMap::getValueSet(SpyCustomerTableMap::COL_GENDER);
     return array_combine($genderSet, $genderSet);
 }
 /**
  * @return array
  */
 protected function getSalutationOptions()
 {
     $salutationSet = SpyCustomerTableMap::getValueSet(SpyCustomerTableMap::COL_SALUTATION);
     return array_combine($salutationSet, $salutationSet);
 }