00001 <?php 00024 interface ManageableAccount extends FrameworkInterface { 00030 function ifUsernameExists (); 00031 00037 function ifEmailAddressExists (); 00038 00046 function ifPasswordHashMatches (Requestable $requestInstance); 00047 } 00048 00049 // 00050 ?>
1.5.6