00001 <?php 00024 interface Authorizeable extends FrameworkInterface { 00030 function destroyAuthData(); 00031 00037 function updateAuthData (); 00038 } 00039 00040 // 00041 ?>