X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Finterfaces%2Fpoints%2Fclass_BookablePoints.php;h=a1de221537e5f47d2b641a2cff6dff5fe3dbce41;hb=a2fcd264491e3b55453b326ea522133d26293187;hp=b67f2769dc379880b1d680a9b57092ffca6f7528;hpb=607a11e2c22949ea0647568c17d62a605595e83b;p=core.git diff --git a/inc/classes/interfaces/points/class_BookablePoints.php b/inc/classes/interfaces/points/class_BookablePoints.php index b67f2769..a1de2215 100644 --- a/inc/classes/interfaces/points/class_BookablePoints.php +++ b/inc/classes/interfaces/points/class_BookablePoints.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -interface BookablePoints extends FrameworkInterface { +interface BookablePoints extends AddableCriteria { /** * Checks whether the user has the required amount of points left for the specified action * @@ -37,14 +37,6 @@ interface BookablePoints extends FrameworkInterface { * @return void */ function bookPointsDirectly ($amount); - - /** - * Adds registration elements to a given dataset instance - * - * @param $criteriaInstance An instance of a storeable criteria - * @return void - */ - function addElementsToDataSet (StoreableCriteria $criteriaInstance); } // [EOF]