protected function getValueTypeDropDownArray()
 {
     return MixedLoggedInUserTypesAndUsersSearchFormAttributeMappingRules::getValueTypesAndLabels();
 }
コード例 #2
0
 /**
  * @return array
  */
 protected static function getValueTypesWhereValueIsRequired()
 {
     return array_merge(MixedDateTypesSearchFormAttributeMappingRules::getValueTypesWhereValueIsRequired(), MixedLoggedInUserTypesAndUsersSearchFormAttributeMappingRules::getValueTypesWhereValueIsRequired());
 }