]> git.mxchange.org Git - core.git/commitdiff
Opps :(
authorRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 01:08:03 +0000 (01:08 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 13 Feb 2013 01:08:03 +0000 (01:08 +0000)
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).