00001 <?php 00024 interface SolveableCaptcha extends FrameworkInterface { 00030 function initiateCaptcha (); 00031 00037 function renderCode (); 00038 } 00039 00040 // 00041 ?>