]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/registration/class_UserRegister.php
Added interface AddableCriteria
[core.git] / inc / classes / interfaces / registration / class_UserRegister.php
index faa409ebacd783796f2a93ed8d46d5dcf2c6f5ee..bae7b61ef85c3cb49af1dcb4b2853fa34fa091ab 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-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]