*/ interface Beacon { /** * Has the install enabled Cachet beacon? * * @return bool */ public function enabled(); /** * Send a beacon to our server. * * @return void */ public function send(); }