X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Finterfaces%2Fcriteria%2Fclass_Criteria.php;fp=framework%2Fmain%2Finterfaces%2Fcriteria%2Fclass_Criteria.php;h=d76e0f6fbe5bd9c6a7d06c9d9fe30abd46723d30;hb=146c8b3c929a1b0ab17d6605e5ae949ac44899c1;hp=0506238f892d39dc5e1738695d12df6d6c7a04f3;hpb=d5dc929cca6a35725ff7af3446e2764e6c739d81;p=core.git diff --git a/framework/main/interfaces/criteria/class_Criteria.php b/framework/main/interfaces/criteria/class_Criteria.php index 0506238f..d76e0f6f 100644 --- a/framework/main/interfaces/criteria/class_Criteria.php +++ b/framework/main/interfaces/criteria/class_Criteria.php @@ -151,27 +151,27 @@ interface Criteria extends FrameworkInterface { function addConfiguredCriteria ($criteriaKey, $configEntry, $criteriaType = 'default'); /** - * Get criteria element or FALSE if not found + * Get criteria element or false if not found * * @param $criteriaKey The requested criteria key * @param $criteriaType Type of this criteria, can be one of 'default' (default), 'choice' or 'exclude' - * @return $value Whether the value of the critera or FALSE + * @return $value Whether the value of the critera or false */ function getCriteriaElemnent ($criteriaKey, $criteriaType = 'default'); /** - * Get criteria element or FALSE if not found for 'choice' type + * Get criteria element or false if not found for 'choice' type * * @param $criteriaKey The requested criteria key - * @return $value Whether the value of the critera or FALSE + * @return $value Whether the value of the critera or false */ function getCriteriaChoiceElemnent ($criteriaKey); /** - * Get criteria element or FALSE if not found for 'exclude' type + * Get criteria element or false if not found for 'exclude' type * * @param $criteriaKey The requested criteria key - * @return $value Whether the value of the critera or FALSE + * @return $value Whether the value of the critera or false */ function getCriteriaExcludeElemnent ($criteriaKey);