Opps :(
[core.git] / inc / classes / main / criteria / class_BaseCriteria.php
index 46f40e34bbfce5c1647dbe0fb0e3a1181c74c6f5..b1102e283c2751502440b27327372e06ce437696 100644 (file)
@@ -314,17 +314,6 @@ class BaseCriteria extends BaseFrameworkSystem implements Criteria {
                return $this->getCacheKey($onlyKeys, 'exclude');
        }
 
-       /**
-        * "Getter" for a cache key ('choice' type)
-        *
-        * @param       $onlyKeys       Only use these keys for a cache key
-        * @return      $cacheKey       The key suitable for the cache system
-        */
-       public function getCacheKeyChoice ($onlyKeys = array()) {
-               // Call inner method
-               return $this->getCacheKey($onlyKeys, 'choice');
-       }
-
        /**
         * Count the criteria, e.g. useful to find out if a database query has no
         * limitation (search criteria).