X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fregistration%2Fclass_UserRegister.php;h=bae7b61ef85c3cb49af1dcb4b2853fa34fa091ab;hp=faa409ebacd783796f2a93ed8d46d5dcf2c6f5ee;hb=a2fcd264491e3b55453b326ea522133d26293187;hpb=04bc89cf40643171b26be910fef8c48d08b346fb diff --git a/inc/classes/interfaces/registration/class_UserRegister.php b/inc/classes/interfaces/registration/class_UserRegister.php index faa409eb..bae7b61e 100644 --- a/inc/classes/interfaces/registration/class_UserRegister.php +++ b/inc/classes/interfaces/registration/class_UserRegister.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 UserRegister extends FrameworkInterface { +interface UserRegister extends AddableCriteria { /** * Encrypt given request key or throws an exception if key was not found in * request. @@ -62,14 +62,6 @@ interface UserRegister extends FrameworkInterface { * @return void */ function doPostAction (); - - /** - * Adds registration elements to a given dataset instance - * - * @param $criteriaInstance An instance of a storeable criteria - * @return void - */ - function addElementsToDataSet (StoreableCriteria $criteriaInstance); } // [EOF]