;. * * @package OpenEMR * @author Ken Chapple * @author Medical Information Integration, LLC * @link http://www.open-emr.org **/ interface VerifiableIF { /** * Return true if verification is successful, false ow */ public function verify(); /** * Get the data in an array */ public function getData(); }