<?php namespace refill; interface IRefillCallBack { public function verify($params) : bool; public function notify($params); }