Subversion Repositories oidplus

Rev

Blame | Last modification | View Log | RSS feed

  1. <?php
  2.  
  3. interface VolcanoSearchProvider {
  4.         static function checkId($id);
  5.         static function calcDistance($candidate, $searchterm);
  6. }
  7.