8889841chome/clixcotz/fmi.clix.co.tz/vendor/gladcodes/keygen/src/Keygen/GeneratorInterface.php000064400000000705150536156400025104 0ustar00 * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Keygen; interface GeneratorInterface { /** * Outputs a generated key including the prefix and suffix if any. * May also return transformed keys. * * @return string */ public function generate(); }