class_ManageableAccount.php

Go to the documentation of this file.
00001 <?php
00024 interface ManageableAccount extends FrameworkInterface {
00030         function ifUsernameExists ();
00031 
00037         function ifEmailAddressExists ();
00038 
00046         function ifPasswordHashMatches (Requestable $requestInstance);
00047 }
00048 
00049 //
00050 ?>

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