class_UserRegister.php

Go to the documentation of this file.
00001 <?php
00024 interface UserRegister extends FrameworkInterface {
00032         function encryptPassword ($requestKey);
00033 
00040         function doPreRegistration ();
00041 
00048         function registerNewUser ();
00049 
00055         function doPostRegistration ();
00056 
00064         function doPostAction ();
00065 
00072         function addElementsToDataSet (StoreableCriteria $criteriaInstance);
00073 }
00074 
00075 //
00076 ?>

Generated on Mon Dec 8 01:06:45 2008 for Ship-Simulator by  doxygen 1.5.6